Please can someone elp me with this peice of code below, i am trying to get the user to enter a an address, search through the string arrary address, if its found then stop if not found then get them to input data for the rest of the arrays. i can get it to work if i pre set values into the address string
e.g. String [] address = {"rob st","king rd","mary st");
but i need to get the user to enter the data...