Question: please do in visual basic Start a new project named Lab27. Download the file listed below and save it to the project's bin/debug folder. Disits.txt


Start a new project named Lab27. Download the file listed below and save it to the project's bin/debug folder. Disits.txt The above file contains a list of digits. Create a program that uses two array variables, 10. File ReadAllLines, a loop, and String.Format to read in the digits and display the below summary items in a Listbox. Count First . Sum Max Min Average One array must be used to store the input file. It must be of type String. One array must be used to store the digits as Integers. Its size must be set using the upper bound of the other array lie do not use a numeric literal to hard code the size) Use methods of the array of type Integer to display the summary information. The average should be formatted to omit the decimal values. Submit a Word document that contains the source code and a screenshot of the program in action, Latest Results Count: First: Last: Sum: Max: Min: Average: 30 2 9 134 9 0 4 3 9 3 UDOWO woo Tu N 000 AV UTWN
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
