about | help | code help+videos | done | prefs |
Write a method that returns 'true' if all four parameters are 'true'. Return false if any of the parameters are 'false'. sep27_2016_APSLHL_allTrue(true, true, false, true) → false sep27_2016_APSLHL_allTrue(false, true, true, true) → false sep27_2016_APSLHL_allTrue(true, true, true, 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
Difficulty: 250
Copyright Nick Parlante 2017 - privacy