Higher – SDD – Reading a file into an array
The code below allows us to read a file into an array then process the data. In this case the processing is just to see how many of each of the numbers (1-6) there were in the file. The text file is the result of 1000 D6 rolls. Can you modify the program to work …
