0
/ 70
Given an array of int
s, return true
if the value 3 appears in the array exactly 3 times, and no 3s are next to each other.
Given an array of int
s, return true
if the value 3 appears in the array exactly 3 times, and no 3s are next to each other.
Your feedback will appear here when you check your answer.