-This program shows the performance of FCFS scheduling algorithm with I/O burst.
-The program gets a file (e.g., “jobs.txt”) via command-line input.
-This "jobs.txt" file contains a set of processes.
-The general format of a line is as follows:
Example Usage From CMD:
javac FCFS.java
java FCFS jobs.txt