Back to Puzzles
Output Prediction
Predict what the code will output
Medium100 pts
Level 1 of 6
What value will be in $t2 after this code runs?
li $t0, 10 li $t1, 5 add $t2, $t0, $t1
Need a Hint?
Challenge Stats
Attempts0
Progress1/6
Tips:
- Read carefully
- Use hints if stuck
- Learn from mistakes