about | help | code help+videos | done | prefs |
halfwayBetween
Given 2 whole numbers return the number that is exactly halfway inbetween them. halfwayBetween(1, 3) → 2.0 halfwayBetween(1, 2) → 1.5 halfwayBetween(0, 0) → 0.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 Post-solution available
Copyright Nick Parlante 2017 - privacy