Program to accept of set of numerical range values in the include list and exclude list. The expected output is a sorted list which excludes the numbers from excluded list and includes the numbers from included list.
Example:-
Includes: 5-125
Excludes: 50-80
Expected Output: 5-49, 81-125