about | help | code help+videos | done | prefs |
logic_eitherPositive
Write a method that will return true if either integer "a" OR "b" is positive. logic_eitherPositive(1, -1) → true logic_eitherPositive(-1, -2) → false logic_eitherPositive(-5, 7) → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy