Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I need a program that works as a scheduler using basic arrays and loops and symb

ID: 3635821 • Letter: I

Question

I need a program that works as a scheduler using basic arrays and loops and symbols to make the table not gui.It should prompt the user for assignments they have or what days and times and ask what days they have tests or the most important things. to display over a week from starting from sunday to friday a basic scheduler that shows in order each day what they have and the tests and things they said were most important should be boxed in *'s so they stand out. like a basic calendar any student would use.And it has to be a multifile class program as well. I was going to try to use parallel arrays but I'm not sure if thats the way to go. And also the calendar like table is a big issue

Explanation / Answer

#include #include #include #include using namespace std; int CS=10; struct PCB { int CPUbursts[10]; int IObursts[10]; int waitTime; int completionTime; int arrivalTime; int startTime; int CPUcount; int IOcount; }; int main() { int processesDone=0; int busyTime=0; int CScount=0; int systemClock=0; int n; PCB processes[30]; queue rdyQueue; queue waitQueue; ifstream inData; string fileName; cout > fileName; cout processes[i].IObursts[j]; } } //enter the bursts into processes 1-30's respective arrays. cout
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote