Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <iostream>
- #include <stdlib.h>
- using namespace std;
- int main()
- {
- char guardar;
- cout << "Holiwis ewe como te llamas? \n \n \n " << endl;
- printf("-Opciones \n \n ");
- printf("A---Peter la anguila \n \n");
- printf ("B-----No tengo nombre lel \n \n ");
- cin >> guardar;
- switch(guardar)
- {
- case 'A':
- cout << "LOL" << endl;
- break;
- default:
- cout << "no es cierto tu nombre es manuel ewe" << endl;
- }
- system("pause");
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment