#Java Scanner Mini Apps
Collection of 5 small console Java programs I built in NetBeans IDE. Each one practices different ways to use the 'Scanner' class for user input.
-
**Grade_Average_Calculator.java - Takes multiple user inputs and calculates an average.
-
**CurrencyConverter.java - Applies a currency conversion formula using multiplication.
-
**Time_Converter.java - Performs time unit conversion using multiplication.
-
**Bank_interest_calculator.java - Applies an interest formula.
-
**BMI_Calculator.java - Uses division and multiplication in a real world formula.
- Open any folder in NetBeans
- Control-click the .java file -> Run File
- Type your answers in the Output window at the bottom.
Made with Java + Scanner class. Beginner portfolio project!
Feel free to use or improve them.