Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 825 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 825 Bytes

BankAccountSimulator

image

How this project works

  • The user has two accounts, he can assign the initial balance of both, deposit and withdraw, only one operation per program execution.

How to use

  1. First you need to install if you already have skip this step, Java Download here: https://www.oracle.com/br/java/technologies/downloads/
  2. Download the java file or clone the repository in your device
  3. Compile the file, by typing: "javac BmiCalculator.java"
  4. Now, you can execute by typing: "java BmiCalculator.class"
  5. If you can't use, see the error topic below

ERROR

You need to fix your classpath