Question: easy68K code please!! Thank you! Please initialize an array [21, 16, 11, 1, 8, 2, 12, 3, 5, 7] in your local memory. You will
easy68K code please!! Thank you!
Please initialize an array [21, 16, 11, 1, 8, 2, 12, 3, 5, 7] in your local memory. You will need to access these array elements as required below. (Use conditional branch to finish all these questions) Display the array as what is shown in square brackets. (use comma to separate the numbers)
Print out the number of elements greater than 10. (Hint: loop through the array, compare each element with 10 and use a counter to record.) Please paste your code and displayed results here.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
