Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 281 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 281 Bytes

CPUSchedulingAssignment

A visual studio project that will take user input for 4 different programs and their arrival and service time. The program will output the wait times for each program and the order which the program was run. This uses the First Come First Serve algorithm