Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 46)
Which of the following statements is true about the IF-THEN-ELSE-ENDIF structure?
It allows the program to repeat a set of instructions.
It is used to make decisions.
It assigns the value to variables.
It takes an input from user
Explanation
The IF-THEN-ELSE-ENDIF structure is used to create different paths to the program, based on given conditions.
Comments (0)
