Question: LINUX only Write a C++ program in LINUX to read a file which has an algorithm name (FCFS or RR), a set of processes with
LINUX only
Write a C++ program in LINUX to read a file which has an algorithm name (FCFS or RR), a set of processes with running times and arrival times:
Determine Schedule
Calculate Total, Average Waiting Time
Calculate Total, Average Turnaround time
Calculate Throughput
Here is a sample input file

use this picture as for making input.txt file
Thank You
Name: FCFS Q: 10 NumotProc: 5 Proc name_Proc time Arrival time P1 P2 P3 P4 P5 20 29 15 58 10 15 input.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
