Question Description
Can you help me understand this Programming question?
Design, implement, test, and debug a C# program to simulate the rolling of two dice 100 times, and write and read results from a file.
Needs to be created in Visual Studio 2010
· When the user clicks a Write button, the program will write the sum of the dice for each roll into a sequential data file.
· After the file is written, the user may click a Read button to read the items back in and display the results.
Design a GUI for the program that will be intuitive for a novice user.
Write the code for the program and test the results.
Zip all the files of the project together and submit the zipped file to me...