28.11.2012 Views

PRACTICA 1: ASPECTOS BÁSICOS DE C++(I) EJERCICIOS ...

PRACTICA 1: ASPECTOS BÁSICOS DE C++(I) EJERCICIOS ...

PRACTICA 1: ASPECTOS BÁSICOS DE C++(I) EJERCICIOS ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Laboratorio de Programación II. Grupo C<br />

Se debe crear una aplicación de consola, de forma que el nombre del proyecto será Ejer06.bpr y el del<br />

programa será Ejer06.cpp. A continuación se debe copiar el siguiente programa en el editor de código y<br />

realizar su ejecución.<br />

#include <br />

#include //para system() y exit;<br />

void main(void)<br />

{<br />

int opcion;<br />

system("cls"); //borra la pantalla al inicio<br />

for(;;){<br />

cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!