I get the following issue: com/codegym/task/task05/task0532/Solution.java:29: error: reached end of file while parsing } ^ but cannot work out why it has reached end of file even though my "for" loop condition should stop reading the file after the fifth read (using the supplied numbers). Any ideas?