M
Q. What is the output of the following code snippet?
x = 10
unless x > 15
puts "Hello"
end
- Correct Answer - Option(A)
- Views: 55
- Filed under category Ruby
Discusssion
Login to discuss.