Question: Visual Studio C# Using Visual Studio, create a NEW Project, and build the Student class. After you start a NEW Project, go to the Menu

Visual Studio C#

Using Visual Studio, create a NEW Project, and build the Student class. After you start a NEW Project, go to the Menu and select project. Under project, select Add class. Then start typing in your code for a Student class. Properties: Name, Address, Phone, Email, Major and GPA. Behaviors: set and get methods, a Display() method which outputs all student data to the Output window using Console.WriteLine().

Create the GUI to input the Students Data. You we need 6 labels and 6 textboxes, one for each property. Also include a Fill button and a Display button. When the user clicks on Fill, the data from the textboxes will be stored in a Student object. When the user clicks on Display, all the Student data will be displayed to the output window. Declare your student object as a global variable.

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!