Differentiate between conditional programming and repetition programming.
Answers
Answered by
2
Answer:
Due to repetition, it is said to be a Control Statement. Conditional Statements are the statements which will get executed once and it is not repetitive like a for loop. It will not check the loop condition again after it gets execute. if,if...else,switch are the conditional statements whereas for,while,do...
Similar questions