about | help | code help+videos | done | prefs |
Write a function max3(a, b, c) the returns the maximum value of the parameters a, b, and c. max3(2, 5, 3) → 5 max3(3, 3, 3) → 3 max3(-4, 0, 3) → 3 ...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