Write the program for performing arithmetic operations
Answers
Answered by
0
Answer:
A = 3
B = 6
C = " Sum of A and B"
Explanation:
Pls mark me brainliest I'm just 6 brainliest answers away to Ace
Answered by
1
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
I HOPE IT WILL HELP U DEAR (◍•ᴗ•◍)❤
Similar questions