Write a program to read two numbers and an operator and perform all the Arithmetic calculations
Answers
Answered by
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
Physics,
2 months ago
Social Sciences,
2 months ago
English,
2 months ago
Science,
4 months ago
Biology,
10 months ago