Implement Countdown Timer Thread

# 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.

|60 : 00

Click the virtual machine below to start practicing