C Program of Add and Multiply two Integer:
We will discuss C Program to Addition, Multiplication and Take two Integer Number from user.
In this blog we learn how to perform addition, multiplication, of any two numbers taking from user by using simple logic.
####################################################################################
Example:
Enter the first number: 60
Enter the second number: 15
Addition of 60 + 15 = 75
Multiplication of 60 X 15 = 900
#####################################################################################