calc source codefirst 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
Originally Posted by Bloodybizkit plz post credit if u use my calculator you are kidding right? thats the basic of c++
I swear to god I can't tell if this is a troll or if this is meant to be in this section, but anyways, wrong section lmfao
Originally Posted by Bloodybizkit 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 CS Assignment = Done! Do I get my masters degree now?