Skip to content

LemonSCoder/java-while-loop-basics

Repository files navigation

Java While Loop Basics

In this repo, there are five basic while loops for five different purposes: finding whether or not two numbers are evenly divisible, getting each digit of a number, getting the frequency of vowels in a sentence, getting the minimum and maximum from a set of values (or rather, a sequence), and getting the sum and average from a set of values/sequence.

All five programs take in user input before executing their while loop.

Output Images:

https://github.com/LemonSCoder/java-while-loop-basics/blob/main/solutionImages/Divisibility.png

https://github.com/LemonSCoder/java-while-loop-basics/blob/main/solutionImages/getDigits.png

https://github.com/LemonSCoder/java-while-loop-basics/blob/main/solutionImages/frequencyCount.png

https://github.com/LemonSCoder/java-while-loop-basics/blob/main/solutionImages/minAndMax.png

https://github.com/LemonSCoder/java-while-loop-basics/blob/main/solutionImages/sumAndAverage.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages