Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Write a program that counts down from 10 to 1. Use a variable and the augmented assignment operator (-=) to reduce the value by one each time.
Your program should not use a loop — just write each step out as a separate line.