I need to check the array to see if the user input is already present, and display a message as to whether it is or isn\'t there. The first part is working, but I tried to creat
You can use the arraylist.contains("name") method to check if there is a duplicate user entry.