char opcion = 0; do { opcion = getchar(); switch (opcion) { case '1': //opcion1(); break; case '2': //opcion2(); break; } }while(opcion != 'q');