Gr 12 – Octopus Assignment

Write the following 2 class programs – version one followed by version three. They are different because the layout of the text file has changed. Version one has a single field on a single line (therefore no delimiter required.) Version three has three fields on...

Gr 12 – Irregular Text Files

You must be able to read from a text file regardless of its layout or structure eg an “irregular text file” has a variable number of data items per row of data in the text file. From 2022 text files are also likely to contain date/time information. Here is...