I'm trying to make a code that reads numbers (between 1 and 500) from a file named: numere.txt and writes in the numere.out file the biggest 2 digit number and how many times it appears and the smallest 2 digit number and how many times it appears.I wrote this code and i just cant understand what's wrong with it?