Examveda Which of the following is a valid boolean operator? A. and(&&)B. or(| |)C. not(!)D. All of the mentionedAnswer: Option D 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