Assembly language 32 bit MASM Irvine You are to create an array to hold 10 numbers. The user will input 10 random grades
Posted: Sat May 14, 2022 7:29 pm
Assembly language 32 bit MASM Irvine
You are to create an array to hold 10 numbers.
The user will input 10 random grades in to the array from ranges
1-100.
Your program then should call a Procedure which will go through
all the elements of the array and find the Largest number.
You should then call another procedure which will go through all
the elements of the array and find the Smallest number.
Finally, call a procedure which will calculate the average.
Display the information neatly on the screen including the
results.
You are to create an array to hold 10 numbers.
The user will input 10 random grades in to the array from ranges
1-100.
Your program then should call a Procedure which will go through
all the elements of the array and find the Largest number.
You should then call another procedure which will go through all
the elements of the array and find the Smallest number.
Finally, call a procedure which will calculate the average.
Display the information neatly on the screen including the
results.