about | help | code help+videos | done | prefs |
Write a method that accepts three boolean parameters and returns 'true' if exactly two of them are true. Return 'false' otherwise. nov4_2016_APSLHL_exactlyTwoTrue(true, true, true) → false nov4_2016_APSLHL_exactlyTwoTrue(true, false, true) → true nov4_2016_APSLHL_exactlyTwoTrue(true, false, false) → 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: 290
Copyright Nick Parlante 2017 - privacy