Computer Science, asked by manjubajpai1881, 5 months ago

This loop is used while the expression in the condition is true
name the loop

Answers

Answered by vaibhav3125
0

Answer:

for or while loop is correct answer

Answered by upasanabaral165
0

Answer:

the loop which is required while the expression is true is while/when or For loop command

REM: To test if a student passed or failed

INPUT "ENTER MARKS"; O

IF O>40 THEN

PRINT "YOU HAVE PASSED"

ELSE

PRINT "YOU HAVE FAILED, STUDY HARDER BRUH"

END

Similar questions