1.

Write the Iterative control flow statement.

Answer»

In iterative control flow, a condition of the state is tested, and if the condition is true, a statement is executed. The two steps of testing the condition and executing the statement are repeated until the condition becomes false.



Discussion

No Comment Found