| about | help | code help+videos | done | prefs | 
| Write the sumTwoParameters() function that has seven parameters. This function returns the sum of the second and seventh parameters.  sumTwoParameters(1, 2, 3, 4, 5, 6, 7) → 9 sumTwoParameters(1, 1, 1, 1, 1, 1, 1) → 2 sumTwoParameters(-1, -1, -1, -1, -1, -1, -1) → -2 ...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: 101
Copyright Nick Parlante 2017 - privacy