Understand the concept of threads and Multithreading
Understand the concept of threads and Multithreading. Developed a counter program, that countdown using Thread1, Thread2 and Main Thread. When Thread1 and Thread2 done their tasks, then main Thread preferom its task, which is to print Done.