Which of the following is valid conditional statement in Ruby?
(a) elseif
(b) elsif
(c) else if
(d) elseiff
The question was posed to me during an online interview.
My doubt stems from The Elsif Conditional Statement topic in section Conditional Statements of Ruby