Vidyalelo
Ruby Programming · Q20

Control Structures in Ruby

Programming · Ruby Programming · question 20

Q20

In Ruby, what is the purpose of the `case` statement when combined with `when` clauses?

A.
To define a block of code that executes when a condition is met
Answer
B.
To iterate over a collection of elements
C.
To perform mathematical calculations
D.
To define a class

Answer: Option A

Solution

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