Description
Lab 7A: Parallelism
Objectives
To write a program applying the concepts of multithreading to compute a sum of integers in a large array.
Problem Statement
Write an application that uses multithreading to compute the sum of the integers in an array of size 100,000. You can populate the array with random numbers and your application should display the sum.
What to Turn In
Follow submission guidelines on this page: http://ccse.kennesaw.edu/fye/Submission%20Guidelines.php