Create a procedure that receives an integer value between 0 and 100, and display a single capital letter on the screen. The letter returned by the procedure should be according to the following ranges.
90 to 100 ---- A
80 to 89 ------ B
70 to 79 ------ C
60 to 69 ------ D
0 to 59 -------- F