Caution, extreme noob.
This is netbeans specific, sadly over on their forums they don't answer topics. *sigh*. Anyway, I'm having trouble reading from a dat file, not sure how to set this program up to read from dat files.
For example:
Scanner reader=new Scanner(new File("lab10d.dat");
When I...