#WSQ03

Hi class, I got you an easy #WSQ, this time we will calculate some math operations with two integers numbers provided by the user.

MY PROGRAM

It is really easy, you just need to declare the variables of the operations and the to integer numbers, then you can establish the operation and finally you print it or as I did, just declare both numbers and in the cout you just write the math operation
Example:

cout << “If you add them the result is: ” << num1+num2 <<endl;

Thanks.

 

 

CC BY-SA 4.0 #WSQ03 by alibarramg is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.