I have the following homework problem:
Given an array of scores, return true if there are scores of 100 next to each other in the array. The array length will be at least 2.
Does this question mean that the numbers in the array should be exactly divisible by 100? So 1 will also make the program return true if it is in the array?
The question is to check if the number “100” occurs consecutively in the Array.
this array has 100 next to each other