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.
Trending News
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
i started with this
#include
using namespace std;
int main()
{
// define variables
// prompt user input
// calculation
// display output
return 0;
}
1 Answer
- Anonymous9 years agoFavorite Answer
Sure, but it will take time!