Examveda

A case statement compares the expression specified by case and that specified by when using the === operator and executes the code of the when clause that matches.

A. True

B. False

Answer: Option A


This Question Belongs to Ruby Programming >> Control Structures In Ruby

Join The Discussion

Related Questions on Control Structures in Ruby