about | help | code help+videos | done | prefs |
Write a method that calculates the average of three numbers, num1, num2, num3. aveOfThree(1, 1, 1) → 1.0 aveOfThree(2, 2, 2) → 2.0 aveOfThree(1, 2, 3) → 2.0 ...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: 100
Copyright Nick Parlante 2017 - privacy