#include void findwaitingTime(int processes[], int n, int bt[], int wt[], int at[]){ int service_time[n]; service_time[0] =0; wt[0]=0; for(inti=1;i