0
/ 70
Given an array of ints, return true if the number of 1s is greater than the number of 4s. Otherwise, return false.
Given an array of ints, 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.