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-9012Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started