using namespace std;
int main() {
// You may declare avariables below or add any additional
// code before the loop starts.
// Use a loop and selection idiom below
( ) {
cout << "Enter an integer or 0 to quit:" << endl;
cin >> ;
}
cout << "You entered " << << " odd numbers" << endl;
return 0;
}