about | help | code help+videos | done | prefs |
Write a function called onlyOneNegative that returns true if only ONE of the two parameters passed to the method is a negative number. onlyOneNegative(-1, 4) → True onlyOneNegative(3, 20) → False onlyOneNegative(-5, -13) → False ...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