Question: Create an integer array arrayInt with a 1,000 cells and dump numbers into the array from a file randomNumber.txt contained in a randomNumber.zip file attached.

Create an integer array "arrayInt" with a 1,000 cells and dump numbers into the array from a file randomNumber.txt contained in a randomNumber.zip file attached.

Write a method called countInRange that accepts the array "arrayInt", a minimum value, and a maximum value as parameters and returns the count of how many elements from the arrary 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.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!