Introduction
In this challenge, a local high school needs a digital grading system to automatically convert numerical scores into letter grades. The goal is to practice using multi-branch if-else statements to create a simple grade conversion program that handles scores from 0 to 100 with appropriate grade classifications.



