#include<iostream.h>
#include<conio.h>
int main()
{
int i,n,s,j,y,x,a[10],b[10],w[10];
float aw=0.0;
cout<<"\n\n""enter the number of job : ";
cin>>y;
for(s=0;s<y;s++)
{
cout<<"\n""\n""enter the burst time for job "<<s+1 <<": ";
cin>>b[s];
cout<<"\n""arrived time for job "<<s+1 <<": "...