calc source code
first you must create 3 variables [ make sure you put semi colons
int = a;
int = b;
int = sum;
cout << "Please enter first number" << endl;
cin >> a;
cout << "Enter second number" << endl;
cin >> b;
sum = a + b;
cout << "The sum of your numbers is " << sum << endl;
plz post credit if u use my calculator
can't tell if this is a troll
Haha wat, I hope this guy is a troll.