about | help | code help+videos | done | prefs |
highest
Define a function that when passed three integers, returns the highest of the three. highest(50, 50, 50) → 50 highest(10, 20, 20) → 20 highest(50, 20, 20) → 50 ...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: 2 Post-solution available
Copyright Nick Parlante 2017 - privacy