Examveda

What is the use of else statement?

A. When the if condition is false then the next else condition will get executed

B. When the if condition is false then the elsif condition will get executed

C. When the if condition is false and if else condition is true then only it will get executed

D. None of the mentioned

Answer: Option C


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

Join The Discussion

Related Questions on Control Structures in Ruby