Computer Science, asked by reshmarizvi2000, 3 months ago

explain the use of... else control structure​

Answers

Answered by Raziaali667
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