Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1 KB

README.md

File metadata and controls

42 lines (38 loc) · 1 KB

Team Number: Team 3


Team Nickname: Team88


Milestone 1 Notes:
team88-db.sql - This script creates the tables, triggers and adds data to the database

Milestone 2 Notes:
TO COMPILE:

javac *.java

TO RUN:
java team88_interface

team88_interface.java - The main driver program
Customer.java - The driver for the customer interface
CustomerActions.java - The implementation of all ten actions in the customer interface

Milestone 2 Notes:
TO COMPILE:

javac *.java

TO RUN:
java team88_driver

team88_driver.java - The main driver program
CustomerDriver.java - The driver for the customer interface
AdminDriver.java - The driver for the admin interface
Notes: The driver will execute customer actions, then execute admin actions. After the admin actions are executed, the db file will be deleted. So if you want to run it again you need to run the team88-db.sql file first.