Â
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 forma
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:
Â
Â