the IF statement is ended with the ___ statement
Answers
Answered by
0
Answer:
For a sequential IF statement, the condition is evaluated and if it is found to be true then the statements under IF are executed and after that the sequence of ELSIFs is used and finally an ELSE is used and it is ended by using END keyword followed by IF.
Similar questions