INTERCAMBIO DE PROGRAMAS EN C++
Publicado por OMAR (8 intervenciones) el 25/07/2006 21:57:20
/*PODEMOS INTERCAMBIAR PROGRAMAS DE C++.
MANDAMELOS A [email protected]
AQUI DOY UNA ÑAPA
-------------------------------------------------------------------------------------------
PROGRAMA QUE MUESTRA LA SUMA DE DOS NUMEROS ingresados por el usuario
---------------------------------------------------------------------------------------------
*/
#include"conio.h"
#include"stdio.h"
void main( )
{ int a,b,s;
clrscr( );
g(4,4);scanf("%d",&a);
g(4,4);scanf("%d",&b);
s=a+b;
g(4,9);printf("%d",s);
getch( );
}
esto no es nada tengo mucho mejores, pero tenemos que intercambiar.
solo contactame [email protected]
MANDAMELOS A [email protected]
AQUI DOY UNA ÑAPA
-------------------------------------------------------------------------------------------
PROGRAMA QUE MUESTRA LA SUMA DE DOS NUMEROS ingresados por el usuario
---------------------------------------------------------------------------------------------
*/
#include"conio.h"
#include"stdio.h"
void main( )
{ int a,b,s;
clrscr( );
g(4,4);scanf("%d",&a);
g(4,4);scanf("%d",&b);
s=a+b;
g(4,9);printf("%d",s);
getch( );
}
esto no es nada tengo mucho mejores, pero tenemos que intercambiar.
solo contactame [email protected]
Valora esta pregunta


0