Write a method called countInRange that accepts an array of integers, a minimum value, and a maximum

Question:

Write a method called countInRange that accepts an array of integers, a minimum value, and a maximum value as parameters and returns the count of how many elements from the array fall between the minimum and maximum (inclusive). For example, in the array [ 14, 1, 22, 17, 36, 7, –43, 5 ], for minimum value 4 and maximum value 17, there are four elements whose values fall between 4 and 17.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: