about | help | code help+videos | done | prefs |
Write a method that accepts three integer parameters and returns the sum of those three integers. Look at the test data for examples. quiz2020_09_21_APP1SLHL_addUp(0, 0, 0) → 0 quiz2020_09_21_APP1SLHL_addUp(1, 1, 1) → 3 quiz2020_09_21_APP1SLHL_addUp(5, 5, 5) → 15 ...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: 220
Copyright Nick Parlante 2017 - privacy