Question: 1. Phone Numbers VISUAL BASIC PROGRAMMING - Create an application that has two parallel arrays: a string array named strPeople that is initialized with the
1.Phone Numbers VISUAL BASIC PROGRAMMING - Create an application that has two parallel arrays: a string array named strPeople that is initialized with the names of five of your friends (first name and last name) and a string array named strPhoneNumbers that is initialized with your friends phone numbers. The program should allow the user to enter a persons name in either upper-case, lower-case, or mixed-case. It should then search for that person in the strPeople array. If the person is found, it should get that persons phone number from the strPhoneNUmbers array and display it. If the person is not found in the strPeople array, the program should display a message indicating that the person was not found.
Phones and Friends Enter the name of your friend Click to see if your friend has a phone number. IstFriendAndPhone Phones and Friends Enter the name of your friend Noel Edge Click to see if your friend has a phone number. 404-547-9012
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
