anyone got any idea on how to start a developing a multithreaded M3 program in C or C++ by using POSIX threads(pthreads) library to statistically analyze a set of data by computing its minimum value, maximum value and the mean of the population by using 8 worker threads?