Fill This Form To Receive Instant Help

Help in Homework
trustpilot ratings
google ratings


Homework answers / question archive / 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

Computer Science

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.

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE