Generalize the last to cyclically permute by a user-specified number of elements. Write a complete assembly language program to do the following: • Read the names of students in a class into a...


Generalize the last to cyclically permute by a user-specified number of elements.



Write a complete assembly language program to do the following:


• Read the names of students in a class into a one-dimensional array.


• Read test scores of each student into a two-dimensional marks array.


• Output a letter grade for each student in the format:


student name letter grade


You can use the following information in writing your program:


• Assume that the maximum class size is 20.


• Assume that the class is given four tests of equal weight (i.e., 25 points each).


• Test marks are rounded to the nearest integer so you can treat them as integers.


• Use the following table to convert percentage marks (i.e, sum of all four tests) to


a letter grade.



May 26, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here