Question: Code must be written in C# in Visual Studio. I'm a beginner programmer. Would anyone be able to write this out in the most beginner

Code must be written in C# in Visual Studio.

I'm a beginner programmer. Would anyone be able to write this out in the most beginner way possible and include explanations and finished pictures? All help is greatly appreciated! Thank you so much!!!

Code must be written in C# in Visual Studio. I'm a beginner

Problem 7-1 from chapter 7 of Visual C# by Tony Gaddis. Name it TotalSales_your name. The GUI is simple and as a minimum is should look like below, but you need to add user info and a quit/exit/close button. Since the program is opening an existing file, 2109 34 make sure you handle exceptions. Also put the text (Sales.txt) file in the appropriate folder of your solution (bin debug) so the program will work when I receive it. Program7.1 1245.67 1189.55 1098.72 1456.88 1987.55 1872.36 The total is $10.960 2. Problem number 7-5 from chapter 7 of Visual C# by Tony Gaddis. Name it WorldSeries_yourName. Please read the two files into the program with a FormLoad event. The FormLoad event should contain two method calls. Each method reads in the data to an appropriate array or list; i.e. stringl] team; string[] winner; private void Form1_Load (object sender, EventArgs e) ReadTeams() Readwinner; Here's an example of a possible form design. Feel free to make it better Program7,5 Select one of the following teams Anaheim Angels Arzona Diamondbacks Atlanta Braves Baltimore Orioles Boston Americans Boston Braves Boston Red Sox Boston Red Sox has won 6 times from 1903 through 2009

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!