- The user has two accounts, he can assign the initial balance of both, deposit and withdraw, only one operation per program execution.
- First you need to install if you already have skip this step, Java Download here: https://www.oracle.com/br/java/technologies/downloads/
- Download the java file or clone the repository in your device
- Compile the file, by typing: "javac BmiCalculator.java"
- Now, you can execute by typing: "java BmiCalculator.class"
- If you can't use, see the error topic below
You need to fix your classpath
- See all in the java docs https://docs.oracle.com/javase/tutorial/essential/environment/paths.html