5. (25 pts) Find the max of an array with 10 elements using loop, and store it to variable max .data array: .word -1,5,3,8, 10, 23, 6,7, 2, -10 size: .word 16 max:.word 0 Show transcribed image text 5. (25 pts) Find the max of an array with 10 elements using loop, and store it to variable max .data array: .word -1,5,3,8, 10, 23, 6,7, 2, -10 size: .word 16 max:.word 0
Answer
OR
OR