subject

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

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 13:30
Font size, font style, and are all aspects of character formatting.
Answers: 2
question
Computers and Technology, 23.06.2019 16:00
An english teacher would like to divide 8 boys and 10 girls into groups, each with the same combination of boys and girls and nobody left out. what is the greatest number of groups that can be formed?
Answers: 2
question
Computers and Technology, 24.06.2019 14:00
Which describes careers that have similar education requirements but different qualifications? product safety engineers and materials engineers industrial safety engineers and industrial health engineers quality control systems managers and inspectors industrial safety and health engineers and hand packers
Answers: 3
question
Computers and Technology, 24.06.2019 22:00
Is the process of organizing data to reduce redundancy. a. normalization b. primary keying c. specifying relationships d. duplication
Answers: 1
You know the right answer?
Write an ANNA assembly program (top_four. ac) that finds the four largest numbers entered by the us...
Questions
question
Mathematics, 13.01.2021 04:40
question
Chemistry, 13.01.2021 04:40
question
Mathematics, 13.01.2021 04:40