ive been looking up, and their seems to be many way to read from a file. my question is, how do you read from a file. the file setup is like this.... the first line is a number(830) representing number of words, next lines are words.. the file looks like this.
**830**
cooking
English
weather
..
..
etc
i want to read the words in a string array by creating a string object.. BUT how do i read the data first??