Examveda What is the result of the expression: 4 > 2 && 5 < 7 in Ruby? A. TRUEB. FALSEC. nilD. ErrorAnswer: 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