0
/ 70
Given an array of ints, if it contains no 1's return true. If it contains no 4's, return true. If it contains both, return false.
Given an array of ints, if it contains no 1's return true. If it contains no 4's, return true. If it contains both, return false.
Your feedback will appear here when you check your answer.