subject

Write a complete program in assembly line that: 1. Prompt the user to enter 10 numbers.
2. save those numbers in a 32-bit integer array.
3. Print the array with the same order it was entered.
3. Calculate the sum of the numbers and display it.
4. Calculate the mean of the array and display it.
5. Rotate the members in the array forward one position for 9 times. so the last rotation will display the array in reversed order.
6. Print the array after each rotation.
check the sample run.

Don't use any shift or rotate instructions. You need to use loops and indexed addressing. All you work should be on the original array. Don't make a copy of the array at any time.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:30
Exchanging which type of data uses the least bandwidth? music photographs video voice bandwidth- the amount of data that can be moved between two points in a set time period
Answers: 1
question
Computers and Technology, 22.06.2019 15:30
In a compound condition, both conditions on either side of the logical operator and must be true for the overall condition to be true. a: true b: false
Answers: 1
question
Computers and Technology, 24.06.2019 07:40
What type of multimedia are live news feeds? live news feeds are examples of multimedia.
Answers: 2
question
Computers and Technology, 24.06.2019 14:00
When creating a field in a table, you must set the to determine what type of data the field can store. field property data type field type data property
Answers: 1
You know the right answer?
Write a complete program in assembly line that: 1. Prompt the user to enter 10 numbers.
2. sa...
Questions
question
Mathematics, 31.07.2019 03:30
Questions on the website: 13722362