原文:How can I store sequence in an array in MIPS?
I have this homework problem . Write a program that produces the following sequence; 1,2,2,4,8, 32, 256,… and stores it in an array, depending on the number of terms chosen by the user. Each element ...