about | help | code help+videos | done | prefs |
The "scores" array contains test scores for a class, and needs to start off with a base test score. This method should create an array of the specified number of test scores and initialize every score with the base score. commonAlgInitScores(4, 60) → [60, 60, 60, 60] commonAlgInitScores(2, 0) → [0, 0] commonAlgInitScores(3, 60) → [60, 60, 60] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 10 Post-solution available
Copyright Nick Parlante 2017 - privacy