about | help | code help+videos | done | prefs |
Write a method that returns 'true' if ANY of the Boolean values in the options array are 'true', otherwise return 'false'. You MUST use good programming methodology as explained in class. This includes proper use of a for-loop if you choose to use that type of loop. Don't forget about while-loops! Note: The options array will contain at least one entry. dec15_2016_APSLHL_anyTrue([true]) → true dec15_2016_APSLHL_anyTrue([false]) → false dec15_2016_APSLHL_anyTrue([false, false, true, false, false]) → 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: 220
Copyright Nick Parlante 2017 - privacy