Live quiz

ruby - Part 10

Question 1 of 25 Hints left: 3
Q1

What is the output of the given code? a = 5 b=10 while a <10 && b<20 puts a*b a+=2 b+=2 end

  • A
  • B
  • C
  • D