Question: IC 140- OOP NET1 PPA 2 Random Numbers with Files Read & Write Create an application that generates a series of random numbers, writes, and

IC 140- OOP NET1 PPA 2 Random Numbers with Files Read & Write Create an application that generates a series of random numbers, writes, and reads them to a file. The application should contain the following features/functionalities: 1) Contains three textbox controls, the first is to specify the minimum value accepted of a random number and second to specify the maximum value accepted of a random number, the third should contain the number of random numbers need to be generated. 2) The three text boxes need to be validated as follows: a. All three must be integers. b. The minimum value should be grater than 0 and less than the maximum value. C. The maximum value should be less than 1000 and greater than the minimum value. d. The number of random number value should be greater than O. 3) Create a method named private int GetRandomNumber() that will return a random number between 0 and 999 inclusive. 4) Create a button to generate and save the random numbers to a file, when the button is clicked, the application should perform the following: a. Validate the three textboxes created in step 1, b. If the fields are all valid, the application should Open file use a SaveFileDialog control to let the user specify the file's name and location. c. Open the specified file in write mode. d. Perform the tasks as per the following i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
