Write a program that will accept the names of 3 processes as command-line arguments. Each of these processes will run for as many seconds as: (PID%10)*2+3 and terminate.� The parent process will reschedule each child 4 times before giving up. When all children have been scheduled 4 times, the parent will terminate. Please use UNIX system calls like getpid()