Question
This is Starting out with Visual C# 2012((((( just i need design form and code poth of them))))) Attached is an excel file called Scores.xlsx.
This is Starting out with Visual C# 2012((((( just i need design form and code poth of them)))))
Attached is an excel file called Scores.xlsx. You are to create a form application that will display maximum, minimum, average and median score. Display the students first and last name when displaying the maximum and minimum score. Use methods in your program to perform your computations. Place the program in your projects folder in your dropbox when complete.
Note: First open the excel file and then save it as a CSV (MS-DOS) file format in your bin debug folder. The data in the file will be delimited by commas. Use this file for your input. In the form load event open the input file and read the data into three arrays called first, last and score.
Last Name First Name Score 2 Bell-Games Thomas 84.00 3 Chavez-Villal Antonio 50.00 4 Gopaul Bhshyam 88.00 5 Graham Robert 84.00 6 Harbinson Mark 69.00 7 Huettl Emily 89.00 8 Johnson Tracy 88.00 9 Mara Abraham 89.00 10 McGuinness Michael 63.00 11 Pardo Jorge 74.00 12 Patel Paresh 93.00 13 Pinheiro Marcelo 89.00 14 Richardson James 59.00 15 Sonoda Miho 53.00 16 Winkelmann William 79.00 17 Wolber Scott 53.00 18 Zartman Greg 82.00Step 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