I have a text file that contain the following data
john;j1;j125;road;12345
mary;ma1,mm111,ave;45654
.
.
.
so i need to key in input 1 and 2 to match and matches that data then display the remaining data
example:
input1: j1
input2: j125
john
road
12345
so how am i suppose to do it, i'm very new to this java programming