Multithreading

Requirements

  • The program will utilize multithreading.
  • The program will intake a pre-determined array of integers.
  • One thread will calculate the average value.
  • One thread will calculate the minimum value.
  • One thread will calculate the maximum value.

Code

Open Code PDF.

Languages Used

  • Java