Vidyalelo
Ruby Programming · Q6

Control Structures in Ruby

Programming · Ruby Programming · question 6

Q6

What is the result of the expression 5 > 3 ? "Yes" : "No" in Ruby?

A.
Yes
Answer
B.
No
C.
5
D.
3

Answer: Option A

Solution

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