Create an array of peoples first names using a loop read


Question:

Need to write pseudocode or Visual Logic VLS file example for the following question

  • Create an array of people's first names. Using a loop, read the names from a text (txt) file, and store each one into the array. The array should allow for a maximum of 100 entries. Continue to read in first names and store them into the array. The last entry in the text file, containing "LastOne," will indicate the end of the list of names. 
  • Prompt the user for a first name.
  • Loop through the array to determine if the first name entered exists in the array. If a match is found, display a message that includes the name and a message indicating that there was a match found. If no match is found, display a message so indicating.
  • Using a loop, continue to prompt the user for first names and determine if a match in the array is found. The loop should continue until the user indicates "stop" as the first name.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Create an array of peoples first names using a loop read
Reference No:- TGS02241690

Now Priced at $20 (50% Discount)

Recommended (98%)

Rated (4.3/5)