2-Write a C program to perform basic functionality of calculator
Program: 2
Write a C program to to perform basic functionality of calculator.
Output:
Enter First Number: 8
Enter Second Number: 4
The addition of 8 and 4 is: 12
The subtraction of 8 and 4 is: 4
The multiplication of 8 and 4 is: 32
The division of 8 and 4 is: 2.000000