Hi all,
I have a problem.
I wish to read my file data into an array and display it. I want to read each word in the file into an array and display the words..
:confused:
Thank you in advance
Printable View
Hi all,
I have a problem.
I wish to read my file data into an array and display it. I want to read each word in the file into an array and display the words..
:confused:
Thank you in advance
look up FileInputStream, BufferedReader, and Scanner classes.