// BadCode1.cpp #include using namespace std; int main() { // main begins here int nIterations; cout << "How many iterations? "; cin >> nIteration; // print message to STDOUT cout << "Number of requested iterations: " << nIterations << endl; return 0 } // end of main