Question: Using only JAVA 1 programming create the following program. Create a program that does the following Prompts the user to enter in the names of
Using only JAVA 1 programming create the following program.

Create a program that does the following Prompts the user to enter in the names of up to 12 of their friends and stores the data entered in an array The user should be able to exit the input loop before entering 12 friend names by entering in the upper or lower-case text zzzz After all input is complete the program should print out a list of the friends entered o o o o The program should the prompt the user for the name of a friend, search the list for that name and tell them if the friend does or does not exist The search should not be case-sensitive Enter your name, the lab number, and the current date into a comment at the top of the code Compress the project folder in your workspace and upload the compressed file to the class web site Example Output Friend Tracker Enter in the name of friend 1 or zzzz to exit: Smith, Sally Enter in the name of friend 2 or zzzz to exit: Zap, Brenda Enter in the name of friend 3 or zzzz to exit: Bob, Joe Enter in the name of friend 4 or zzzz to exit: zz2z Your friends are.. Smith, Sally Zap, Brenda Bob, Joe Enter in the name of the friend you would like to find: zap, Brenda Your friend zap, Brenda was found
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
