I have two lists containing numbers that have some values in them. I need to calculate the average of the numbers in those lists using two threads.
This is my code.Th