What keyword can you add to both CONTINUE and EXIT?
Answers
Answered by
0
Explanation:
The if statement can be used with both Continue and Exit functions.
In computer programming languages such as C or python or other, we use these statement in conditional sense that if a certain condition is reached, then we need to exit the loop or simple continue to next loop.
Normally these statements are used inside a for or while loop
Similar questions