Step 18What does this program do? Supply appropriate data input Program 18-1Change it so it counts the values less than the input value Program 18-2Change it so it counts the values equal to the input value Program 18-3Change it so that it counts the number of values which are less than the average
of the values in the array. |
|
|
| 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 |