123456
string ans; for(int i=1; i<3; i++) { cout << "enter an option" << endl; getline(cin,ans) }
for(int i = 1; i <= 3; ++i)
cin >> ...