#define UPPER 200
...
do {
printf("Please provide a temperature less that 200C.\n"); //Asks for a temperature for the higher temperature,
scanf("%d", &high);
printf("\n");
} while...