Problem Statement
Write a C program that prints a countdown from 20 to 1, with each number on a new line.
The program should use a loop to generate the countdown sequence. This simulates a simple countdown timer that might be used for a rocket launch or other time-sensitive event.
Example: If your program runs correctly, it should output:
20 19 18 ... 3 2 1