Test Score Evaluation (1) Using the following table as a guide, write an assembly program that asks the user to enter an integer test score between 0 and 100. The program should display the appropriate letter grade:
Score Range Letter Grade
90 to 100 A
80 to 89 B
70 to 79 C
60 to 69 D
0 to 59 F
Required minimum 1 page