Step 20What does this program do? Program 20-1Change it so that it sweeps the smallest value up to position 14 Program 20-2Change it so that it sweeps the smallest value down to position 0 Program 20-3Rewrite 20-2 to use a while loop instead of a repeat |
|
|
| 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 |