I have done this task but i don't understand why was this Code is not correct and the result was ( 98 ) 🤯 int num = reader.read(); Why wthis this Code dosn't worked the result was ( 98 ) int num = Integer.parseInt(reader.readLine()); Why to int ? it's worked but i dont understand why