1.
Ruby does not support ++ operator, it only supports += operator.
A
True
B
False
3 practice sets · Page 1 of 1
Ruby does not support ++ operator, it only supports += operator.
True
False
What does the **= assignment operator do?
Multiplies the value twice
It is used as exponent like 2**3=8
It is the multiplication operator.
None of the mentioned
Which of the following is a valid assignment operator?
+=
-=
*=
All of the mentioned