Binary Operation C++ source code homework help?

Complete the code based on the following.
Prompt the user to enter two integers.
Store the two integers.
Calculate five basic binary operations including addition (+), subtraction (-), multiplication (*), division (/), modulus (%).
Display the calculated results

2012-06-18T17:32:09Z

i started with this
#include
using namespace std;

int main()
{

// define variables



// prompt user input



// calculation



// display output




return 0;

}

Anonymous2012-06-22T14:03:21Z

Favorite Answer

Sure, but it will take time!