about | help | code help+videos | done | prefs |
public boolean moreEvens(int[] nums). Given an array of integers, return true if it contains more EVEN numbers than odd numbers. If the array is EMPTY, return false. moreEvens([2, 3, 4, 5, 6]) → true moreEvens([1, 2, 3, 4]) → false moreEvens([1, 2, 4, 6, 7]) → 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: 100
Copyright Nick Parlante 2017 - privacy