Q1) Write a program that asks the user for the low and high integer in a range of integers. The program then asks the user for integers to be added up. The program computes two sums:
The sum of integers that are in the range (inclusive),
and the sum of integers that are outside of the range.
The user signals the end of input with a 0.