//We can make the loop execute statements #include main() { int i; for(i=10; i>=0; i = i--)//note that we add curly braces { cout<< i << endl; cout<<"All this is in da loop, man!"<