Question
a. Random Number File Writer Create an application that writes a series of random numbers to a file. Each random number should be in the
a. Random Number File Writer Create an application that writes a series of random numbers to a file. Each random number should be in the range of 1 through 100. The application should let the user specify how many random numbers the file will hold and should use a SaveFileDialog control to let the user specify the files name and location.
b.This exercise assumes you have completed Programming part a, Random Number File Writer . Create another application that uses an OpenFileDialog control to let the user select the file that was created by the application that you wrote for Part a. This application should read the numbers from the file, display the numbers in a ListBox control, and then display the following data: The total of the numbers The number of random numbers read from the file
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started