Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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!!!

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases

Authors: Ian Robinson, Jim Webber, Emil Eifrem

1st Edition

1449356265, 978-1449356262

More Books

Students also viewed these Databases questions