about | help | code help+videos | done | prefs |
Given three doubles, return their average. Averaging them means adding them all together to get the sum and then dividing by how many numbers there are. fund_averageThree(1.0, 2.0, 3.0) → 2.0 fund_averageThree(1.0, 2.0, 2.1) → 1.7 fund_averageThree(2.0, 3.0, 4.0) → 3.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
Copyright Nick Parlante 2017 - privacy