Examveda What is the result of the expression: 10 % 3 in Ruby? A. 1B. 3C. 2.5D. 0Answer: Option A This Question Belongs to Ruby Programming >> Operators In Ruby
What does the += operator do in Ruby? A. SubtractionB. MultiplicationC. DivisionD. Addition View Answer
Join The Discussion