Skip to content
#

while-loops

Here are 22 public repositories matching this topic...

The course includes writing entry-level programming code (basic coding skills), working with a development environment (IDE), using variables and data, operators and expressions, working with the console (reading input and printing results), using of conditional constructions (if, if-else) and loops (for, while, do-while).

  • Updated Aug 7, 2022
  • JavaScript

Create a project that asks the user for a minimum integer, then a maximum integer, then a value between those two numbers. The program needs to validate that the second number is greater than the first number, and it also needs to validate that the third number is between the first two numbers. Use 3 While loops, which will repeat over and over …

  • Updated Aug 31, 2022
  • Java

Improve this page

Add a description, image, and links to the while-loops 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 while-loops topic, visit your repo's landing page and select "manage topics."

Learn more