Details
POS409 V6 Week 2
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.
• 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.
Additional Information
| Programming Language | C# |
|---|


