- Online Exam Test Papers | - MCQs[multiple choice questions and answers ] | - Mock Test Papers | - Practice Papers | - Sample Test Papers |

Question:
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

1.10 20

2.15 19 23

3.15 16 17 18 19 20

4.None of the mentioned

Posted Date:-2022-02-07 13:50:16


More MCQS Questions and answers

Search