about | help | code help+videos | done | prefs |
Given two doubles, return the smaller value between the two.
fund_smallerOfTwoDoubles(1.0, 2.0) → 1.0 fund_smallerOfTwoDoubles(2.0, 1.0) → 1.0 fund_smallerOfTwoDoubles(3.0, -3.0) → -3.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