| about | help | code help+videos | done | prefs |
Given a double value and a number representing how many decimal places it should be rounded to, return the rounded result. round(15.5555, 0) → 16.0 round(15.49555, 0) → 15.0 round(15.99555, 0) → 16.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