Arithmetic Generator for AP Computer Science AB 2022-2023 in Ivan Rico's class
- Java 1.8 or higher
- Requires Processing v3.5.1
- Requires Ant v1.10.12
- Then in the processing app go to in the top bar:
Tools
->Install processing-java
- Then in the command line run
-
ant
-
-
java -jar Main.jar
Due: Sun Dec 11 2022
- Has a login screen with user: admin and password: password
- Can select from at least 5 different customers
- Each customer shows a different name, amount, bank id and frozen status
- First user’s balance is negative
- Can deposit money
- Can withdraw money only if balance is positive
- Can add a user given the name, amount, bank id and balance
- Can freeze any account
- Can remove a user
- Can exit at any time