This example covers the following functions:
...
Excerpt |
---|
This example illustrates how to return n-based number of elements in an array. |
...
Functions:
D generate list excerpts | ||
---|---|---|
|
Source:
Here are some student test scores. Individual scores are stored in the Scores
column. You want to:
...
LastName | FirstName | Scores | Error | lowestScore | highestScore | Score_range |
---|---|---|---|---|---|---|
Allen | Amanda | [87,83,81,79] | 79 | 87 | 8 | |
Bell | Bobby | [98,94,92,85] | 85 | 98 | 13 | |
Charles | Cameron | [88,85,81] | incomplete | 88 | ||
Dudley | Danny | [88,82,81,77] | 77 | 88 | 11 | |
Ellis | Evan | [93,93,91,87] | 87 | 93 | 6 |
D s also | ||
---|---|---|
|