| about | help | code help+videos | done | prefs | 
fund_roundUp
| Given a decimal number, round it up to the whole number below it. For example, 3.2 would be rounded up to 4.0. The Math class method Math.ceil(___) always rounds up. Note: Math.ceil returns a double. fund_roundUp(1.1) → 2.0 fund_roundUp(1.5) → 2.0 fund_roundUp(1.7) → 2.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