Vidyalelo
Ruby Programming · Q51

Operators in Ruby

Programming · Ruby Programming · question 51

Q51

What does the **= assignment operator do?

A.
Multiplies the value twice
B.
It is used as exponent like 2**3=8
Answer
C.
It is the multiplication operator.
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board