Step 19What does this program do? Program 19-1Change it so that it only totals the first 4 elements Program 19-2Change it so it totals alternate elements only - that is, 0, 2, 4..14 |
|
|
| Index: | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| g: | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 |
| h: | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 | a0 |