by Editorial | Sep 2, 2021 | Grade 11, Grade 11 - GUI, Grade 11 - Text Files, Grade 12 - PAT
The weather station project – Grade 11 This Java project is similar to the grade 10 project but a much higher level of sophistication is required – in how the four text files are read in for example. The grade 11 version uses 4 arrays which the grade 10...
by Editorial | May 12, 2021 | Grade 11, Grade 11 - Text Files, Grade 12, Grade 12 - text files
Being able to read in a text file into an array of objects using the Scanner class is mission-critical in the final grade 12 practical exam paper. Here are some examples for you to practice with. 1) This text file has 5 fields ie Order, Restaurant, Description,...
by Editorial | Jul 12, 2020 | Grade 11, Grade 11 - Text Files, Grade 12, Grade 12 - text files
The more advanced version of the “Six a Side Beach odd even boy girl” program reads in the names of the teams from a text file. Reminder: Where you place the text file differs in NetBeans from jGRASP. Java teacher does have a post on this topic. Click here...