Computer Applications

Give two differences between Step loop and Continuous loop.

Java Iterative Stmts

53 Likes

Answer

In Continuous loop, loop control variable is incremented or decremented by 1 in each iteration whereas in Step loop the loop control variable is incremented or decremented by more than 1 in each iteration.

Answered By

38 Likes


Related Questions