1.

Which of the following is a loop statement?(a) IF(b) ELSE(c) WHILE(d) DOThe question was posed to me in class test.I want to ask this question from Structural Programming topic in section Planning the Computer Program of Computer Fundamentals

Answer»

Right CHOICE is (C) WHILE

The BEST EXPLANATION: WHILE is a loop statement.

Syntax : while(condition)

ACTION.



Discussion

No Comment Found

Related InterviewSolutions