I'm trying to write a program which will accept an int argument and launch that many process of infinite loops displaying the process number every second. I got my code a little more cleaned up. I manage to get all the process to run but how do i make it an infinite while loop for each process?