BuiltWithNOF
Write Sample

Write a JavaScript program to get test scores from the user until a -1 is entered.  For each score, tell if is the highest seen up to this point. If the score is in the 80s, output that this is an average test test score.  When the loop ends, output the name of the person with the highest test score (you will have to input this) and the number of even scores less than 60.

[Home] [Syllabus] [Sessions] [Writing Code] [Help] [Setup] [Instructor]