Write a program using any if the C family languages, Java, or Python to show the execution of the specific code in part A.

Line 1 2 3 4 5 6 Loop: addi $12, $zero, 10 Loop2: addi $s2, $s2, 2 subi $t2, $t2, 1 bne $t2, $zero, Loop2 subi $tl, $t, 1 bne

B) Write a program using any if the C family languages, Java, or Python to show the execution of the specific code in part A.

Solved
Programming in C,C++ 1 Answer Jaqueline Pacheco