Computer Science, asked by samerasudeesh216, 4 months ago

Write a program to read two numbers and an operator and perform all the Arithmetic calculations

Answers

Answered by deepti2000
2

Answer:

Write a C program to input two numbers and perform all arithmetic operations. How to perform all arithmetic operation between two numbers in C programming. C program to find sum, difference, product, quotient and modulus of two given numbers

Example

Input

First number: 10

Second number: 5

Output

Sum = 15

Difference = 5

Product = 50

Quotient = 2

Modulus = 0

Similar questions