CST1620 C# Programming
Week 13
We cover chapter 14 in the book - Files and Streams
This week we modify the Guess a Word program to use words from a text file. We also create a preferences file that saves/restores user preferences.
English words basic text file.
Watch the class lecture recording for the week. We do a class exercise in the recording that you will need to finish for your homework.
Homework Labs:
You need to complete the Chapter 14 GuessAWordDictionary that we had nearly completed in class.
Do everything we did in class: 3pts
On your own (homework) create a CSV output file that does the following: 7pts
Remember to take out the random number seed.
Submit four things to the D2L dropbox for these labs:
1) Screenshot of your running program with data. Make sure you capture your entire desktop.
2) Screenshot of as much of your code as possible.
3) The entire project folder as a ZIP file. This folder should contain your entire project and solution.
4)
The csv (text) file created when running the program.