The given two expression means the same.
counter=counter+1 and counter++
counter=counter+1 and counter++A. True
B. False
Answer: Option A
Related Questions on Operators in Ruby
counter=counter+1 and counter++A. True
B. False
Answer: Option A
Join The Discussion