|
| |
Using arrays
examples:
- write a program to read students scores and store in an array;
- extend program to compute average;
- modify program 1 to find the highest score;
- modify previous program to find who has the highest score;
- modify the program to search for a given value;
|