Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~315 People Reached
Favorite Forums
Member Avatar for saliza

#include <iostream> #include <conio> # include <string> int main() { double avgwt,avgtt; char pname[10][10], c[10][10]; int wt[10],tt[10],bt[10],pt[10],t,q,i,n, s; int sum=0,sbt=0,j,ss=10,arr[10]; cout <<"\n\n\t\t\t----Priority Scheduling----"; cout <<"\n\n\tEnter the number of processes : "; cin >>n; for(i=0;i<n;i++) { cout <<"\n\n\n\ntEnter The Process Name : "; cin >>pname[i]; cout <<"\n\tEnter The Arrival Time : …

Member Avatar for saliza
0
315