Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using MASM irvine 3 2 . inc Your program will require to get 5 integers from the user. Store these numbers in an array. You
Using MASM irvineinc Your program will require to get integers from the user. Store these
numbers in an array. You should then display stars depending on those
numbers. If it is between and you should display stars, so you are
displaying a star for every points in grade. Your program will have a
function to get the numbers from the user and another function to display the
stars.
Example:
the Grades the user input
I will check the code to make sure you used arrays and loops correctly. I
will input different numbers, so make it work with any I will try very large
numbers too so it should use good logic when deciding how many stars to
place
Quick note about displaying the stars. It should only display stars in a string with in it Do not create multiple strings for each case such as for star, for two stars and so on The loop should handle how many times you display the string. At the end, you can call crlf to go to the next line and handle the next element in the array of numbers.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started