Vidyalelo
Ruby Programming · Q16

Operators in Ruby

Programming · Ruby Programming · question 16

Q16

What is the result of the expression: 10 % 3 in Ruby?

A.
1
Answer
B.
3
C.
2.5
D.
0

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board