Skip to content
#

while-loop

Here are 271 public repositories matching this topic...

This is a simple number guessing game implemented in C++. Program generates a random number between 1-100 and asks the user to guess the number. After each guess, program provides feedback (higher or lower) to help user guess the correct number. Once the user guesses the correct number, the program displays the number of attempts took to guess it.

  • Updated Jul 27, 2023
  • C++

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
CPP-Fundamentals

Performed base file system operations from the Linux Command Line Enviroment when implementing programs. Derived and employed basic algoritms from given problems Demonstrated basic programming concepts and constructs such as for/while/do-while loops, primative data types i.e. long, short, int, double, strings, char, arrays, pointers, variables, …

  • Updated Mar 29, 2022
  • HTML

Improve this page

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

Learn more