|
|
|
Introducción a la programación
Lenguaje C++
Librerías #Include<Stdio.h>
Int
main()
Cout<<¨hola mundo¨>>
Int
x,y,Res
X=2 y=3
Res=x*y;
Cout<<Res;
Int main()
Int
a,b,res;
Condiciones deciciones
|
Tres ciclos
|
If
else
|
For
|
Switch();
|
While
|
Funciones()
|
Do -while
|
No hay comentarios:
Publicar un comentario