I have an array of random numbers and I need to divide it into 4 threads and then find the max number in the array using parallelism. I'm new to working with threads and I have few knowledge of the pragma functions. However, I tried with the next code. I have an array of random numbers and I need to