Computer Science, asked by lavleshshukla36628, 9 months ago

display addition multiplication division and remainder of two numbers which were accepted from user

Answers

Answered by azadmaur
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 gpwader2012p9qqz9
3

Answer: FOLLOWING IS THE ANSWER

Explanation:

PLEASE MARK AS BRAINLIEST ANSWER

Attachments:
Similar questions