- 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.-5 -5 -5

4.None of the mentioned

Posted Date:-2022-02-07 13:53:04


More MCQS Questions and answers

Search