Skip to content
#

do-while

Here are 38 public repositories matching this topic...

This is a Java program that gets user input and store it in an array. A for loop is implemented to loop through the array until it gets three integer inputs from the user and sums it up then the result is displayed to the user. With the application of a do while loop, the program prompts the user to press 1 to continue the program or press any other to exit the program. Methods used: Arrays, for loop and do while loop.

  • Updated Nov 14, 2020
  • Java

Improve this page

Add a description, image, and links to the do-while topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the do-while topic, visit your repo's landing page and select "manage topics."

Learn more