Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

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

Update:

i started with this

#include

using namespace std;

int main()

{

// define variables

// prompt user input

// calculation

// display output

return 0;

}

1 Answer

Relevance
  • Anonymous
    9 years ago
    Favorite Answer

    Sure, but it will take time!

Still have questions? Get your answers by asking now.