KnowledgeBoat Logo

Computer Applications

Give two differences between Step loop and Continuous loop.

Java Iterative Stmts

45 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

33 Likes


Related Questions