Quiz
What is the result of 2 + 2 * 5 ** 2
?
What is the result of (2 + 2) * 5 ** 2
?
What is the result of 102 / 10
?
What is the result of 102 / 10.0
?
What is the result of 102 % 10
?
What is the result of 4.5.ceil
?
What is the result of 4.5.floor
?
What is the result of 4.5.round
?
What is the result of 4.5.to_i
?
What is the result of 4.to_f
?
What is the result of 5.to_s
?
What is the result of false.to_s
?