Print series using multiple threads
Anonymous User
938

Print series 010203040506. Using multi-threading 1st thread will print only 0 2nd thread will print only even numbers and 3rd thread print only odd numbers.

Comments (1)