Lesson 9 Learning construction Step 2 Skeleton

by nathanesa

JavaScript

// Set up array.
studentMarks = [83, 72, 92, 65, 54, 54, 78, 67, 52, 54, 48, 69, 87, 55, 51, 52, 44, 57, 79, 64, 66, 19, 82, 71, 66, 31, 87, 83, 64, 78];

// Declare variables.

// Output and test for highest score achieved.

// Test for lowest score achieved.

// Get a, b, c, d and e grades.

// Output concatenations.