C++ Code Writing prompt:
Grade Calculation: Write a program that asks the user to enterin a number greater than or equal to zero and less than or equal to100. If they do not you should alert them and end the program.Next, determine the letter grade associated with the number. Forexample, A is any grade between 90 and 100. Report the letter gradeto the user.