Learning Goal: I’m working on a assembly language question and need an explanati

Learning Goal: I’m working on a assembly language question and need an explanation and answer to help me learn.[a] create an array of 6 integers with initial values 25, 47, 15, 50, 32, 95 ; [b] compute the average of those 6 integers; [c] display the average to the user;[d] add 10 to each number that is smaller than the average; [e] display all the numbers in the array to the user one by one.Note 1: The original example.asm program shows you how to prompt input from the user and how to display the result to the user using message boxes. There is no input from the user for PJ8.asm program. Note 2: The average of those 6 numbers should be 44. After adding 10 to each number that is less than 44, the array should have 35, 47, 25, 50, 42, and 95.

Posted in Uncategorized

Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount