12345678910
char choice; cin>>choice; if(choice=='1') { cout<<"number is one"<<endl; } else { exit(0) }