Examveda What is the result of the expression: 5 % 2 in Ruby? A. 2B. 2.5C. 5.2D. 1Answer: 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