about | help | code help+videos | done | prefs |
largest
The three parameters are integers. The function should return the largest of the three numbers. largest(3, 5, 4) → 5 largest(9, 4, 7) → 9 largest(8, -1, 8) → 8 ...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
Copyright Nick Parlante 2017 - privacy