Please save the program with the name ‘math.c' Write a C program to accept two integer values from a terminal screen and print their summation and their difference to a terminal screen.
A sample run off the program follows. The user input is represented in boldface in the sample run. (page. 56, C by Discovery 4th edition, by Foster & Foster)
Example: Enter an integer: 45 Enter another integer: 83 45 + 83 = 128 45 - 83 = -38