Hola amigos soy nuevo por aca, y tambien soy nuevo en este mundno de la programacion...
Este es el error, es algo basico pero me sale un error.
#include <iostream>
#inlcude <conio.h>
using namespace std;
int numero = 12;
int numero2 = 10;
int operacion;
int main()
{
operacion = numero + numero2;
cuot<<operacion<<endl;
getch() ;
return 0;
}
Me sale un error en la linea de cout, me dice esto
`cuot' undeclared (first use this function)
Este es el error, es algo basico pero me sale un error.
#include <iostream>
#inlcude <conio.h>
using namespace std;
int numero = 12;
int numero2 = 10;
int operacion;
int main()
{
operacion = numero + numero2;
cuot<<operacion<<endl;
getch() ;
return 0;
}
Me sale un error en la linea de cout, me dice esto
`cuot' undeclared (first use this function)