My first java project from scratch - a simple hangman game I completed in about three hours total.
-
Updated
Jan 4, 2023 - Java
My first java project from scratch - a simple hangman game I completed in about three hours total.
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 …
First repository I created on Eclipse
Basic java problems of Arrays, Conditional Statements and loops
Java program that counts the number of digits in an integer entered by the user. The program repeatedly asks for input and displays the number of digits the input integer has. This implementation converts the users input to a string and uses the .length( ) method to find the number of characters in it.
Simple java script designed to iterate through "99 bottles of beer on the wall" using while loops and if statements. Built in a Linux Teminal environment using a raspberry pi.
Add a description, image, and links to the whileloops topic page so that developers can more easily learn about it.
To associate your repository with the whileloops topic, visit your repo's landing page and select "manage topics."