Program 3

Beginning Statistical System

Due: Monday, February 19

Write an assembler language program with the following 6 sections of code:

Do each of these as 7 separate steps.  The read section should just do the reading (and counting).  Be sure you print out the results of each.

Extra credit:

Sort the data and find the median (middle value or average of the two middle values if the count is even)

Extra Extra credit:

Find the mode (the most frequently used value).