Jedired1
Member
can anyone here help me ?
what have i done wrong with this code ?
#include <iostream>
using namespace std;
int main()
{
cout << "Welcome to magic maths" << endl;
cout << "IM a C++ programmer" << endl;
int Number;
int result;
cout << "Please say your number" << endl;
cin >> Number;
cout <<"Try and work out how i got from your number to this .... "<< endl;
result = 10 * 2;
cin >> result;
cout << "was this your number? " << endl;
}
what have i done wrong with this code ?
#include <iostream>
using namespace std;
int main()
{
cout << "Welcome to magic maths" << endl;
cout << "IM a C++ programmer" << endl;
int Number;
int result;
cout << "Please say your number" << endl;
cin >> Number;
cout <<"Try and work out how i got from your number to this .... "<< endl;
result = 10 * 2;
cin >> result;
cout << "was this your number? " << endl;
}