assembly program that reads in five numbers

 I need to write assembly program that reads in five numbers from the user. The user can then be prompted for one of the following pieces of information to be computed and returned: . the mean of the five numbers; . the largest number in the set; . the smallest number in the set; . the sum of all ?ve numbers. Once a value is returned, the user should be prompted to see if they would like the program to perform another computation on their set of numbers, enter five new numbers or exit the program. Points to Note . Your final program need only accept integers between 1 and 15. . All prompts should allow the user to understand what the program is asking for. . It should be clear to the user exactly what is being outputted. . The program should continue to loop until the user wishes to exit.  ?

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.