Question: C# exercise help! Create a new project that uses a structure to manage student information. Create a structure that has the following values: Student first
C# exercise help!
Create a new project that uses a structure to manage student information. Create a structure that has the following values:
- Student first name;
- Student last name;
- Student ID;
- Credits completed; and
- Grade Point Average.
Include in the structure a method that returns the student's full name (first and last names concatenated).
Create a form that allows entry of first name, last name, student ID, credits completed, and GPA from textboxes.
Add buttons to process an entry, clear the form for a new entry, and exit the application.
When the user clicks the process button, assign the values to a variable using your structure data type. Add the variable to a listbox, and move the focus to the clear button.
When an entry in the listbox is selected, display the values from the selected item in the appropriate textboxes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
