i would like to ask for help regarding my problem, it's like this... I have a txt file and inside it looks like this
OL001 bob red 13
OL002 jack blue 13
OL003 paul yellow 14
so if my program starts it will ask for the OLXXX and return each line like this
OL#:OL002
Name: jack
Color: blue
Age: 13
I dont know where to start, since I tried using arrays (0~2) but i dont have an idea how to include the OL00s
*I'm planning on using structures for the second part, I just cant figure out how to the OL# searching and returning