Jan 30, 2013 at 6:55am
The situation is that I have an array:
a[]: filled with 10 integers.
I need to create a function that will find and return the number of elements that are >= 80 and <= 100 in any array of any size.
I'm only in an intermediate programming class so we're using for loops, while loops, and basic things like that.
Any ideas??