about | help | code help+videos | done | prefs |
Write a function called lowest which returns the lowest number of the two numbers passed in to the function unless the two numbers are equal. If the two numbers are equal, then return a -10. lowest(20, 20) → -10 lowest(3, 25) → 3 lowest(7, 1) → 1 ...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