display addition multiplication division and remainder of two numbers which were accepted from user
Answers
Answered by
6
Answer:
This program performs basic binary arithmetic operation on two integer operands like addition, subtraction, division and modulus and prints result in screen. It first takes two integers as input from user using scanf function and stores them in 'firstNumber' and 'secondNumber' int variables and performs addition, subtraction, multiplication, division and modulus operations and stores results in 'sum', 'difference' , 'product', 'quotient' and 'modulo' variables respectively. Next, it prints the result on screen using printf function.
I hope it's help you
please say thanks... please
Answered by
3
Answer: FOLLOWING IS THE ANSWER
Explanation:
PLEASE MARK AS BRAINLIEST ANSWER
Attachments:
Similar questions