What does the **= assignment operator do?
A. Multiplies the value twice
B. It is used as exponent like 2**3=8
C. It is the multiplication operator.
D. None of the mentioned
Answer: Option B
Related Questions on Operators in Ruby
A. Multiplies the value twice
B. It is used as exponent like 2**3=8
C. It is the multiplication operator.
D. None of the mentioned
Answer: Option B
Join The Discussion