

|
|
|
Introducción a la programación
Lenguaje C++
![]() |
Librerías #Include<Stdio.h>


Int
x,y,Res
X=2 y=3
Res=x*y;

Int main()
Int
a,b,res;
Condiciones deciciones
|
Tres ciclos
|
![]()
else
|
For
|
Switch();
|
While
|
Funciones()
|
Do -while
|