Check integer range
C Practice Exercise
Write a C program that reads an integer and checks the specified range to which it belongs. Print an error message if the number is negative and greater than 80.
Specified Range: [0, 20], [21, 40], [41, 60], [61, 80]
C Code:
Sample Output:
Input an integer: 15 Range [0, 20]
Flowchart:

For more Practice: Solve these Related Problems:
- Write a C program to check if an integer falls within a user-defined range and print an appropriate error message if it does not.
- Write a C program to categorize an integer into multiple intervals and display the corresponding category.
- Write a C program to repeatedly prompt the user until a valid integer within a specified range is entered.
- Write a C program to validate an integer and print a custom error message if it is negative or exceeds a given threshold.
C Programming Code Editor:
Previous: Write a C program to print the roots of Bhaskara’s formula from the given three floating numbers. Display a message if it is not possible to find the roots.
Next: Write a C program that read 5 numbers and sum of all odd values between them.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics