Write a function countInInterval that takes three arguments:
doubles.double representing a lower bound.double representing an upper bound.Your function should print out the number of elements in the array that are strictly between the lower bound and the upper bound.
Stuck? You may find these lessons helpful: