Computer Science, asked by TbiaSamishta, 1 year ago

Discuss about various repetitive structures available in Java.

Answers

Answered by aqibkincsem
0

"The repetitive structures are known as Loops in Java and are used to enter same code multiple times in succession.


There are total 3 loops available:


• While Loops


• Do- while Loops


• For Loops

While loops and For loops are more commonly used to determine the control flow of codes which are also known as “Indeterminate loops”.  

"

Similar questions