Trusted by Students Everywhere
Why Choose Us?
0% AI Guarantee
Human-written only.
24/7 Support
Anytime, anywhere.
Plagiarism Free
100% Original.
Expert Tutors
Masters & PhDs.
100% Confidential
Your privacy matters.
On-Time Delivery
Never miss a deadline.
a program to ask a name as a input from user and find a name in a given array using while loop : var names= ["BOB", "MIKE", "JACK", "JAMES", "DAVID", "THOMAS", "MATTHEW", "MARK", "DONALD", "GEORGE"]; Make sure your program is not case sensitive
a program to ask a name as a input from user and find a name in a given array using while loop : var names= ["BOB", "MIKE", "JACK", "JAMES", "DAVID", "THOMAS", "MATTHEW", "MARK", "DONALD", "GEORGE"]; Make sure your program is not case sensitive. Of the name is not in list print a message that "no match found" otherwise if the name is in list print the name as well as the index of that name, for example if user enter THOmas then you should print following message: "match found" Name="THOMAS" at index 5.
Expert Solution
For detailed step-by-step solution, place custom order now.
Need this Answer?
This solution is not in the archive yet. Hire an expert to solve it for you.
Get a Quote





