Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 16, 2021 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f3adba2aa925e06b6e80d2a841036bdf to your computer and use it in GitHub Desktop.
Save parzibyte/f3adba2aa925e06b6e80d2a841036bdf to your computer and use it in GitHub Desktop.
string eleccion = "";
// Menú
while (eleccion != "2")
{
// Mostrar fondos
cout << "Fondos disponibles: " << fondos << endl;
// Imprimir menú
cout << "1. Retirar dinero\n2. Salir\nSeleccione: ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment