Question: Write code to create three threads T1, T2 and T32. T1 should add the integers from 1 to 100 and print out the result

Write code to create three threads T1, T2 and T32. T1 should 

Write code to create three threads T1, T2 and T32. T1 should add the integers from 1 to 100 and print out the result before making its result available to be added to the result of T2 and T3. Similarly, T2 will add all the numbers from 101 to 200, print the result and make the result available for addition. T2 will add the numbers from 201 to 300, print the result, add the result from T1 and T2 and prints the result.

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 Programming Questions!