Create a program that outputs a letter grade for a student based on the following table: 

From To Grade 
90 100 A 
80 89 B 
70 79 C 
0 69 F 

I don't understand how to do this. Would you mind helping me get the answer to this Program?