0
/ 70
Given an array of int
s, return true
if the array does not contain any 1s or 3s. Otherwise, return false
.
Given an array of int
s, return true
if the array does not contain any 1s or 3s. Otherwise, return false
.
Your feedback will appear here when you check your answer.