Visual logic problem.
5-3 Target Value
Develop a Visual Logic solution to the follow problem:
Write a program that accepts ten input values and stores them into an array. After reading the 10 values, the program should then input one more value, which is called the target value. The program should then search through the array to calculate and display how many times the target value appears inside the array.