about | help | code help+videos | done | prefs |
Return 'true' if all the numbers listed in 'factors' are factors of 'num'. Return false if ANY of the numbers listed in 'factors' are NOT factors of 'num'. Preconditions: 'num'>0. All numbers in 'factors' are greater than 1 and less than 'num'. quiz2023_05_31_APP1SL_factorsAll(44, [2, 4, 11]) → true quiz2023_05_31_APP1SL_factorsAll(44, [2, 4, 22]) → true quiz2023_05_31_APP1SL_factorsAll(44, [2, 4, 11, 22]) → 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: 230
Copyright Nick Parlante 2017 - privacy