#include using namespace std; int main() { int max = 10; for(int juice = max; juice > 0; juice = juice - 1) { cout << juice << " bottles of juice on the wall, "<