Hello,
I am going over practice questions for my final exam for an intro c++ class that I am taking. The one question is:
Write a function named prcoessArray that takes an array of doubles as it's first parameter, an array of values as it's second parameter and the length of the array as it's third parameter. The function should print all values in the array that are less than the second parameter.
How would you go about doing this if you were given this question?