Introduction
In this challenge, you will create a C program to automatically categorize student performance based on their exam scores using conditional statements. The program should handle scores from 0 to 100 and print the corresponding letter grade (A, B, C, D, or F) based on the given grade ranges.



