#include #include /* The Beginning of the procedure*/ int main() { int integer1; /* First number */ int integer2,temp; /* Second number */ int temp2,temp3,temp4; int sum,x; /* Variable in which sum will be stored */ printf("Hello, this program calculates between intervals"); printf("\n",""); printf("Enter the first integer:\n"); scanf("%d",&integer1); printf("Enter the second integer:\n"); scanf("%d",&integer2); if (integer2