Write a complete program that prompt the user to enter 10


THIS IS AN ASSEMBLY CODE, NOT C, C++, or JAVA.

Write a complete program 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.

Request for Solution File

Ask an Expert for Answer!!
Assembly Language: Write a complete program that prompt the user to enter 10
Reference No:- TGS02893480

Expected delivery within 24 Hours