subject
Computers and Technology, 16.03.2020 17:02 dranio

Write an assembly language program (windows32) that: • Prompts the user to enter 10 positive integers less than or equal to 1000, one at a time. The program should store these values into an array as they are entered. • Only after the array has been populated should the program then display the contents of the array, in the order they were entered, all in one single output. • Then the program should sort the array from smallest value to largest value. • Then the program should display the contents of the array again, in the new sorted order, all in one single output. Then the program should search through the array and display all values that are multiples of 3. These can be displayed one at a time. Notes: • Zero is NOT a positive integer. • Your program should guard against non-positive integers and integers above 1000. If the user enters an invalid number, your program should display an error message, and repeatedly ask for a new value until the user enters a valid number. You MUST use exactly one numerical array. No more. Of course, you will have a string (or array of characters for the display). That's OK. • Your output should have message headers that are informative as to what you are displaying (e. g. "The array as entered", "The sorted array", etc.) • You MUST include ample, meaningful comments. Points will be deducted for hard to read code. Comments really help readability. • You MUST have a comment in the program, in the appropriate spot, indicating what type of sorting algorithm you are using. • Use regular indirect addressing.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:20
This os integrated the processing power of windows nt with the easy-to-use gui of windows 98. windows 2000 windows 3.11 windows for workgroups windowa millennium edition
Answers: 1
question
Computers and Technology, 23.06.2019 07:00
You need a quick answer from a coworker. the most effective way to reach your coworker is through a. cloud server b. instant message c. teleconference d. telepresence
Answers: 1
question
Computers and Technology, 24.06.2019 19:50
How to unblock on chrome book? ?
Answers: 1
question
Computers and Technology, 25.06.2019 04:10
8. create an abstract student class for parker university. the class contains fields for student id number, last name, and annual tuition. include a constructor that requires parameters for the id number and name. include get and set methods for each field; the settuition() method is abstract. create three student subclasses named undergraduatestudent, graduatestudent, and studentatlarge, each with a unique settuition() method. tuition for an undergraduatestudent is $4,000 per semester, tuition for a graduatestudent is $6,000 per semester, and tuition for a studentatlarge is $2,000 per semester. write an application that creates an array of at least six objects to demonstrate how the methods work for objects for each student type. save the files as student.java, undergraduatestudent.java, graduatestudent.java, studentatlarge.java, and studentdemo.java.
Answers: 1
You know the right answer?
Write an assembly language program (windows32) that: • Prompts the user to enter 10 positive integer...
Questions
question
Mathematics, 02.12.2021 21:30
question
Mathematics, 02.12.2021 21:30
question
English, 02.12.2021 21:30
question
Social Studies, 02.12.2021 21:30
question
History, 02.12.2021 21:30
Questions on the website: 13722367