Question: In C++, Create an int variable called first and fill it with a whole number taken from the keyboard. Create another int variable called second.
In C++, Create an int variable called first and fill it with a whole number taken from the keyboard. Create another int variable called second. Output the sum of first and second, product of first and second, difference of first and second, and the modulus of first and second.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
