The question is so simple as it’s a practice for new learners about array and loops
The question is:
Write a MIPS program that defines a one-dimensional array of 10 integers in the static area of the data segment, asks the user to input all 10 array elements, computes, and displays their sum.