Hey everyone. This may sound awkward but, I need help with my Java homework. I have a good idea on what it should look like but, I can't seem to figure out what to type and how to type it to get it to work.
I am currently right here on assignment 1. (there is a picture of my source code)
*Modify the program so that it asks the user to input a String after the list has been input and tells the user if that String exists in the list.
*Modify the program so that if the String in previous step has been found, it asks the user to input another String and it replaces the original String with the new String. Print out the list after the String has been replaced.
I do know how to tell the program to tell the user to input a String but, how to do it after the list??? and to replace it???
I am currently right here on assignment 1. (there is a picture of my source code)
*Modify the program so that it asks the user to input a String after the list has been input and tells the user if that String exists in the list.
*Modify the program so that if the String in previous step has been found, it asks the user to input another String and it replaces the original String with the new String. Print out the list after the String has been replaced.
I do know how to tell the program to tell the user to input a String but, how to do it after the list??? and to replace it???
Attachments
Last edited: