1.

Define Alternative control flow statement.

Answer»

In alternative control flow, a condition of the state is tested, and if the condition is true, one statement is executed; if the condition is false, an alternative statement is executed.



Discussion

No Comment Found