|
program that accepts 10 input values into an array. Please help.
I am having trouble with this.
I have to write a program that accepts 10 input values and stores them into an array. The program should then input a target value and output how many times the target value appears inside of the array.
Thank You.
|