Computers and Technology
Computers and Technology, 24.02.2021 21:00, teal5393

Write an ANNA assembly 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.
Notes:
• The goal of this problem is to exercise storing, retrieving, and scanning the numbers
stored in memory. Therefore a solution where you keep track of the max four
numbers in registers as the numbers are entered is not acceptable. Such a solution
will receive a maximum of 15 points for this problem.
• Do not keep track of everything in the input loop. You will need to store all numbers
entered by the user in memory.
• Store all numbers entered into a growing array.
• The array should be the last item in your data section so it can grow as large as
necessary.
• You may assume there is enough memory to hold all numbers entered by the user

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 11:30, neekWYB
Andrina writes letters that are regularly sent to hundreds of her company’s customers. because of this, she would like for the mail merge command to be in her quick access toolbar, and she wants it to be the first button on the left. what should andrina do to place the mail merge button there?
Answers: 1
image
Computers and Technology, 22.06.2019 15:30, tfornwalt4390
Melissa needs to add a topic to an email that she will send to her teacher. choose the name of the field where she should type her topic.
Answers: 2
image
Computers and Technology, 23.06.2019 08:30, sofigaviria05
All of these are true about using adhesive except: a. dissimilar materials can be joined. b. mixing tips are product and material specific. c. a specific application gun may be required. d. two-part adhesives are dispensed using two mixing tips
Answers: 3
image
Computers and Technology, 24.06.2019 08:00, Maxxboogie
Can someone work out the answer as it comes up in one of my computer science exams and i don't understand the cryptovariables
Answers: 1
Do you know the correct answer?
Write an ANNA assembly program (top_four. ac) that finds the four largest numbers entered by the us...

Questions in other subjects:

Konu
Mathematics, 07.09.2021 22:00