Question: Write an assembly language program (top_four.ac) that finds the four largest numbers entered by the user. Initially, the program continually asks the user to enter

Write an assembly language program (top_four.ac) that finds the four largest numbers entered by the user. Initially, the program continually asks the user to enter numbers. As soon as a negative value is entered, compute which numbers are the top four (largest) numbers. For instance, if the user entered 2, 6, 7, 6, 6, 7, 6, 17, 15,-1; the program should print 17, 15, 7, 7(the four largest numbers in the sequence). If the user enters a negative number at the beginning, print 0. If the user enters four or fewer numbers, print all the numbers as output.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!