about | help | code help+videos | done | prefs |
public boolean more3Than4(int[] nums). Given an array of integers, return true if the sum of all of the multiples of 3 is greater than the sum of all of the multiples of 4. more3Than4([3, 4, 6]) → true more3Than4([1, 2, 3, 4, 5, 6, 7, 8]) → false more3Than4([12, 8, 9]) → 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: 105
Copyright Nick Parlante 2017 - privacy