Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 565 Bytes

Project 2: You're all fired!

Our Team: Ashley Hutton, Hannah Johnson, and Rabel Marte
Purpose: To pick up a project from another team and implement the following features.
1.) Clock (12hr and 24hr)
2.) Stopwatch
3.) Timer
4.) Day Finder (Calendar)
Instructions: To run the application
1.) Head to the eecs448proj1 directory
2.) run in terminal: "javac Time.java"
3.) run in terminal: "javac DayInWeek.java"
4.) run in terminal: "javac Clock.java"
5.) run in terminal: "java Clock"