Iterations do not have a fixed value, it is recommended to use a do-while loop as it is guaranteed to be executed once. This is possible because the condition is checked post the body of the loop is executed. That is why it is an Exit Control Loop.
 

#java 

Thoroughly Learn Java Do While Loop Through Examples
1.95 GEEK