//Blast off: a count down #include using namespace std; void main() { int n; //used to 'drive' the loop for(n=10; n>=0; n--) { //count BACKWARDS cout<