Computer Applications

Define Delay loop

Java Iterative Stmts

63 Likes

Answer

A loop which is used to pause the execution of the program for some finite amount of time is termed as Delay loop. Delay loops have an empty loop body.

Answered By

42 Likes


Related Questions