0
/ 70
Given an array of int
s, return true
if every 2 that appears in the array is next to another 2. Otherwise, return false
.
Given an array of int
s, return true
if every 2 that appears in the array is next to another 2. Otherwise, return false
.
Your feedback will appear here when you check your answer.