0
/ 1.0
Given an array of int
s, return true
if the number of 1s is greater than the number of 4s. Otherwise, return false
.
Given an array of int
s, return true
if the number of 1s is greater than the number of 4s. Otherwise, return false
.
Your feedback will appear here when you check your answer.