Question
C# Web application Form that retrieves a student name and three scores per line from a text file (provided). Process the values by calculating the
C# Web application Form that retrieves a student name and three scores per line from a text file (provided). Process the values by calculating the average of the scores per student.
Write the name and average to a different text file. Display what is being writtento the new file. Test your application with a minimum of eight records in the original file. Hint: You might consider using the split method of String class in order to separate name from scores in the data file. Kurt Smith,88,99,66, Hot Dog,75,65,95, Tim Baloni,45,56,90, Janie Gray,87,88,67, Ken Smith,60,88,71 Randolph Jascico,76,30,68 Tyler Osendorf,67,88,76 Choo Ching,98,87,92
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