0
/ 6.0
Given an array of int
s, return true
if the number of 1s is greater than the number of 4s. Otherwise, return false
.
Score: 0 / 6.0
Given an array of int
s, return true
if the number of 1s is greater than the number of 4s. Otherwise, return false
.