Computer Science, asked by kamalasaravanan187, 4 months ago

Create a thread named NumberSet to generate a set of random numbers. create a thread SumThread which uses the NumberSet thread to find the sum of all numbers. create another thread MaxThread that also uses the NumberSet thread to find the largest among the numbers generated by the NumberSet thread. Write a driver class to demonstrate the multithreading program.

Answers

Answered by ritanmay2007
1

Answer:

please follow me and mark me brainliest

Similar questions