int selection;
do
{
cout<< " Welcome to the phone company menu \n"
<< "For information about your account press "<< phone_account_info<< endl
<< "For emergency phone call press "<< emergency_phone_call<< endl
<< "just to talk press " << just_to_talk << endl
<< "enter your selection now\n";
cin>> selection;
{
switch (selection)
{
case '1':
{ cout<<"you chose " << phone_account_info << "for phone account info\n"
<< "for over billing problem press " << over_billing <<endl
<< "for specific charge issue " << specific_charge_issue <<endl
<< "to go to main menu press " << go_home << endl
<< "to exit program press " << exit << endl;
cin>> selection;