Question: Write a multithreaded C++ program that calculates various statistical values for a list of numbers. This program will be passed a series of numbers on

Write a multithreaded C++ program that calculates various statistical values for a list of numbers. This program will be passed a series of numbers on the command and will then create 5 separate worker threads. One thread will determine average, second thread median, third thread standard deviation of the grade population, fourth thread display the sorted the grades, and fifth thread display a graph of the statistics. Make sure that you use the standard deviation which divides the deviation by the number of grades. minimum value. Then create a thread for maximum, thread for minimum, thread for count of maximums, thread for count of minimums of the grades, thread for display a graph of the statistics, and then a thread to display the information related to the program designers, the project creation date, and current the date and time. A total of six (6) threads should be created within this process.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!