Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I need to use a write line when i click a button called summary report in visual

ID: 3864677 • Letter: I

Question

I need to use a write line when i click a button called summary report in visual basic

Uses ReadLine to read each line of data (student first name, student lastname, Assignment-1, Assignment-2, Assignment-3, project, midterm, and final grades) ONLY ONE TIME from a file called grades.csv into 8 individual arrays. In addition, you will rearrange and concatenate the names and also place them into an unsorted ListBox as indicated further below. Calculate the weighted average (assignments are weighted by a factor of two, the project by four, and tests by five) and determines the appropriate letter grade on my grading scale as indicated in my policy/syllabus All of the above - reading the file, calculating the averages, and determining the letter grades will be done in your from load event handler. Displays the grades, average, and letter grade of any selected student When request, use Write/Writeline to create a summary text report file named report.txt that includes the just the date the file was written to and class average

Explanation / Answer

Main.vb

======================================================================

grades.csv

=================================