+ 1
It's ok?
num = 8 if num > 4 puts "4" if num == 8 puts "8" end end. Result 4. what? Почему 4 а не 8 или не 48?
2 Respostas
0
Why 4?
0
Please write out the code using proper syntax or link it in the code playground so it is readable and we can see what it does.