Description
Write a C program that reads an integer and check the specified range where it belongs. Print an error message if the number is negative and greater than 100. Specified range: [0, 9], [10, 39], [40, 49], [50, 59], [60, 69], [70,100].
Input
Input an integer: 103
Output
It is a wrong mark