Vidyalelo
Ruby Programming · Q31

Operators in Ruby

Programming · Ruby Programming · question 31

Q31

The given two expression means the same. counter=counter+1 and counter++

A.
True
Answer
B.
False

Answer: Option A

Solution

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