about | help | code help+videos | done | prefs |
Given two booleans, return true if ONLY ONE of them is true. You should return false if they are both true or if they are both false. fund_exclusiveOr(true, true) → false fund_exclusiveOr(true, false) → true fund_exclusiveOr(false, true) → 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