Ask your own question, for FREE!
Computer Science 18 Online
OpenStudy (caboose):

In Java, how can I feed a text file of 100 numbers into an array?

OpenStudy (anonymous):

You would need to open the file using java.io.BufferedReader. You would then need to parse the file in a way to accomidate for the way the numbers are seperated; may that be spaces, backslashes or a number on each line. You would just need to use a while loop to grab a number and store it into the x element, along with incrementing x on the condition that you have not reached the end of the file.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!