How can i read integers from a txt file of numbers?
I have tried to use BufferedReader and FileReader, but it seems like these can only read strings.
Nevermind, i've solved my problem.
Solution: Just convert the string input to an integer before writing it to the integer array.
