about | help | code help+videos | done | prefs |
Complete the function which will place three random integer numbers in order. The return statement must read: return [num1, num2, num3] inOrder(3, 2, 1) → [1, 2, 3] inOrder(5, 6, 4) → [4, 5, 6] inOrder(100, 200, 300) → [100, 200, 300] ...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