0
/ 50
Given an array of int
values, return true if the array contains either 3 even or 3 odd values all next to each other.
Given an array of int
values, return true if the array contains
either 3 even or 3 odd values all next to each other.
Your feedback will appear here when you check your answer.