//This time we go backwards... #include main() { int i; for(i=10; i>=0; i--) cout<< i << endl; cout<<"End of the loop, dude!"<