Visual logic vlsig file

broken image

Using a loop, continue to prompt the user for first names and determine if a match in the array is found. If no match is found, display a message so indicating. If a match is found, display a message that includes the name and a message indicating that there was a match found. Loop through the array to determine if the first name entered exists in the array. The last entry in the text file, containing “LastOne,” will indicate the end of the list of names. Continue to read in first names and store them into the array.

broken image

The array should allow for a maximum of 100 entries.

broken image

Using a loop, read the names from a text (.txt) file, and store each one into the array. Create a Visual Logic® program that will: Create an array of people’s first names.