# Introduction In this challenge, we will be implementing a countdown timer. The objective is to create a child thread, handle time calculations using the `Thread.sleep()` method, and display the countdown effect based on the input number of seconds.
Click the virtual machine below to start practicing