explain the use of... else control structure
Answers
Answered by
2
Answer:
If-Else Statements
This Control Structure allows a program to follow alternative paths of execution, whether a condition is met or not. The “else part” of the instruction is optional and only evaluated if the condition tests FALSE.
Similar questions