InterviewSolution
Saved Bookmarks
| 1. |
Ruby does not support ++ operator, it only supports += operator.(a) True(b) FalseThe question was asked by my school principal while I was bunking the class.My question comes from Assignment Operators topic in chapter Mathematic Operations and Loops of Ruby |
|
Answer» The CORRECT answer is (a) True |
|