Hi
For a program I'm required to write for uni I need to take an input and split it into seperate arrays. The input is to be like this:
Word
Description
Word
Description
ect
and I need to be able to take all of the words and seperate them then put them in an array, and the same for the description.
This is my first year of Java programing and I struggle inputing files to arrays. I haven't wrote any code for it yet as I don't have any idea how to do it. Any help would be appreciated.
Thanks