Computer Science, asked by abhijeetanand864, 2 months ago

average
Write the correct answer.
1. Which of the following looping statements is most suitable when a number of
statements have to be executed for a fixed number of times?
(a) DO UNTIL...LOOP
(b) DO WHILE LOOP
(c) None of these
(d) FOR NEXT
2. The default value of the step value is
(a) 1
(b) 0
(c) -1
(d) none of these
3. How many times will the following loop be executed ?
X=0
DO WHILEX > 10
PRINT ***
LOOP
(a) 5
(c) 9
(b) 10
(d) 0​

Answers

Answered by piyushmodel601
3

Answer:

1a do until ... loop 2A 1111111

Explanation:

Similar questions