I'm new to C++ programming. I'm trying to write a code that prompts for 10 numbers and store them in an array. Then prompt for another number and output the number of scores from the first 10 that match the last score inputted.
I believe I can do the first part of the coding but I'm confused on how to get the number of scores from the array that matches the other number. I would appreciate if anyone would be kind enough to help out.