about | help | code help+videos | done | prefs |
funkyCalc
Given the parameters x,y and z: return the result of the expression equivalent to "Three times x plus half of y, all divided by twice z". funkyCalc(1, 1, 1) → 1.75 funkyCalc(3, 2, 1.25) → 4.0 funkyCalc(-1, 6, 1) → 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
Copyright Nick Parlante 2017 - privacy