1Which of following statement is used for controlling the sequence of program?
Answers
Answered by
1
Answer:
Control Statements
It is often necessary to control the sequence of operations in a program. This can be done by using control statements. The main types of control statements are FOR, WHILE, IF and CASE.
Similar questions