This simple java program simulates a cash register and provides change to customers.
- Java
- Conditionals
- Looping
- Coersions
- Rounding
The application first prompts for the total cost of items, then prompts for the payment amount. The application then calculates the change to be returned from twenty dollar bills to a penny.
This was a fun beginner project and a good learning experience for the fundementals of java.