Posts by John Cunha • 1 point
2 posts
-
-1
votes1
answer328
viewsQ: How to check if the character I typed is a letter or number in MIPS
I am a beginner in MIPS programming (I use MARS), my teacher asked us to do a program where given 9 digits of a CPF he calculates the last two digits of this CPF. The program is working, but my…
-
-1
votes1
answer275
viewsQ: Concatenate two sequential static lists
I’m having trouble making a function that receives two lists and returns a third with the elements of the first concatenated with the elements of the second. I made the code but it returns me the…