about | help | code help+videos | done | prefs |
doubleMath
Given two doubles, a and b, divide a by b, then multiply the result by a and return that value. doubleMath(4.0, 2.0) → 8.0 doubleMath(12.0, 6.0) → 24.0 doubleMath(4.0, 3.0) → 5.333333333333333 ...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: 4
Copyright Nick Parlante 2017 - privacy