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, 22.06.2019 19:00
In he example code, what does the title attribute create? a tool tip an element a source a markup
Answers: 1
question
Computers and Technology, 22.06.2019 21:30
Write a function named printfloatrepresentation(float number) that will print the floating point representation of a number using the format given below. (sign bit) exponent in binary (assumed bit).significandfor example if the number passed an argument is 71 yourprogram should print (0) 10000101 (1).00011100000000000000000similarly if the number passed to the function as argument is -71 the program should print (1) 10000101 (1).00011100000000000000000
Answers: 3
question
Computers and Technology, 23.06.2019 14:00
How are stop motion special effects in animated films created
Answers: 1
question
Computers and Technology, 24.06.2019 06:30
Adrawing that places all lines parallel to the z axis at an angle from the horizon is 99 ! a. an oblique drawing b. a perspective drawing c. an auxiliary view d. a one-point perspective drawing
Answers: 2
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, 29.08.2019 17:30
Questions on the website: 13722367