Question: This should be an assembly program. We use Visual Studio and MASM No.7 (50 Points) (a) Using the following table as guide, write an assembly
This should be an assembly program. We use Visual Studio and MASM

No.7 (50 Points) (a) Using the following table as 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: Scorc Range Letter Grade 90 100 80-89 70-79 60-69 0-59 () Using the solution program from the preceding exercise as a starting point, add the foliowing (b) Using the solution program from the preceding exercise as a starting point, add the following features: Run in a loop so that multiple test scores can be entered Accumulate a counter of the number of the test scores Perform range checking on the user's input: display an error message if the test score is less than o or greater than 100 . Your program must have adequate documentations
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
