Write a C++ program that creates an array of 20 elements.
Fill the array elements by using the random number generator.
Parent process will find the min number in the 1st part of array. A created child process will find the min number in the 2ns part of array.
You must use the pipe to pass the minimum of the child to the parent process. ~
Display: minimum numbers found in each process, processor ids, finally the minimum # of the array