Hi, Need some help with MIPS
I need to write a MIPS code that reads 10 characters string and then only print out value of 3rd, 5th and 7th character (remembering that first character is character 0)
OUTPUT (should be somewhat like this):
Enter 10 character string : i love you
The 3rd character : l
The 5th character : v
The 7th character :
I'm relatively new to this MIPS and need some help. Would greatly appreciate it!