Question: 1.isodd $a0 integer value $v0 integer result This function must test the value is $a0. If the value in $a0 is odd, then the value
1.isodd
$a0 integer value
$v0 integer result
This function must test the value is $a0. If the value in $a0 is odd, then the value of 1 should be assigned to $v0. If the value in $a0 is even, then the value of 0 should be assigned to $v0.
2. getsum
This function must prompt for and read integers until a negative value is read. The function must test each integer to see if it is an odd number. This test must be done by calling isodd (above). The function should return the sum of the even integers in $v0.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
