Hello guys, I just started use MIPS assembly language and want to write a MIPS assembly language programm to process two vectors V and Y with k elements (unsigned integer) each, and find the elements V and Y [j] (with i, j = 0, 1, ... k - 1) of V and Y respectively, giving maximum multiplying V * Y [j]. The data vectors to be located in my source code as variables table (in the section. Data) and not to give the keyboard. Could someone help me? thank you very much!!!!