- 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?

counter=1
if counter<=5
    puts (counter)
    counter=counter+1

1.Syntax error

2. 1 2

3.1

4.None of the mentioned

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


More MCQS Questions and answers

Search