Question: Do the assembly code in EMU8086. Send the output screenshot along with the code. Declare two arrays. The size of one array should be 3

Do the assembly code in EMU8086. Send the output screenshot along with the code. Declare two arrays. The size of one array should be 3 and the size of the other array should be 5. Now populate your arrays by taking inputs from the user. The inputs should range from 0 to 9 and all values should be unique. Now your task is to find out the union of both arrays and sort them in ascending order. Then you have to print the sorted values of the array in new lines. Sample Input 01: Array 1: 3,4,6 Array 2: 2,5,8,1,7 Sample Output 01: (Here their union will give us 3,4,6,2,5,8,1,7. Now we have to sort them) Output array: 1 2 3 4 5 6 7 8

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!