You should develop a program that manipulates and processes


You should develop a program that manipulates and processes numbers. Your program should read a text file that has 20 random numbers between 1-40. Then it should display the following in an informative RickTextBox:

1- The Summation of all numbers.

2- The average of all number.

3- The smallest number.
The Program should sort the numbers from the input file and place the sorted number is another file that has the prefix "sorted_" and the extension .txt that should be written in the same directory as the input file is in. Your code should only use file manipulation methods to sort the numbers. You can declare an many temporary tiles as you need in the process. No other method is allowed (NO Array usage, NO API). Do not declare a variable for each generated number. Failure to comply will void your grade for this part of the HW.

4- After sorting the number, the RichTextBox should display the median of the number sorted. 5 points The input file that contains the random numbers should be created and the numbers should be dynamically generated in the "Form_Load" method.

Request for Solution File

Ask an Expert for Answer!!
Visual Basic Programming: You should develop a program that manipulates and processes
Reference No:- TGS01207539

Expected delivery within 24 Hours