Question: 2. Write a program to get number from the user then compare the number with each element of 2D array. If the number is
2. Write a program to get number from the user then compare the number with each element of 2D array. If the number is found then print the row index and column index of the number. Hint: L1: mov cl, 1 L2: mov eax,0 cmp ebx,[esi]
Step by Step Solution
3.39 Rating (152 Votes )
There are 3 Steps involved in it
Solution Code INCLUDE Irvine32inc data array2D dword 123456 dword 5678 910 dword 11121314... View full answer
Get step-by-step solutions from verified subject matter experts
