How I Created It:
This is a simple, quick Java program that is designed to give change. It uses the Scanner to read input, While-Loops and the input must be between 1 and 99, otherwise it will display an error prompt.
Here is a list of most of the elements and attributes that I used:- Conditional structure
- Validation
- Scanner
- Variables
What I Learned:
I learned how to make a simple program that prompts for the correct numbers and uses While-Loops to accomplish the task. I will expand this in the near future.