Write a Marie program that inputs, N (n is the number of integers). For N integers, take input from user – using a loop and store them into memory locations (use STOREI) Now, given these numbers, find the MAX, MIN and SUM of these numbers – storing them in separate variables. You may need to use STOREI, LOADI, ADDI commands. Show transcribed image text Write a Marie program that inputs, N (n is the number of integers). For N integers, take input from user – using a loop and store them into memory locations (use STOREI) Now, given these numbers, find the MAX, MIN and SUM of these numbers – storing them in separate variables. You may need to use STOREI, LOADI, ADDI commands.
Expert Answer
Answer to Write a Marie program that inputs, N (n is the number of integers). For N integers, take input from user – using a loop …