id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

srp4379@lausd.net quiz2 > more3Than4
prev  |  next  |  chance

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)

public boolean more3Than4(int[] nums) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 105

Copyright Nick Parlante 2017 - privacy