Vidyalelo
Ruby Programming · Q95

Basic Syntax in Ruby

Programming · Ruby Programming · question 95

Q95

What is the output of the given code? boolean_1 = 77<78 puts(boolean_1)

A.
Nil
B.
True
Answer
C.
False
D.
Error

Answer: Option B

Solution

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