Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Computer Aided Database Design

Authors: Antonio Albano, Valeria De Antonellis, A. Di Leva

1st Edition

0444877355, 978-0444877352

More Books

Students also viewed these Databases questions