Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Visual C# Homework 2 You are to write a program which will create a class called

ID: 3903599 • Letter: V

Question

Visual C#
Homework 2
You are to write a program which will create a class called Student
Each student has a name age height and weight. These variables should be declared as private. Create the correct constructors and functions.
In the main, you will create 5 students. Input the data for the 5 students from a file which already has information in it. Name the file “Information.txt”.
After setting up all the data, it is time to sort based on the user input.
1 to sort by name 2 to sort by age 3 to sort by height 4 to sort by weight (Create a function for each one).
You should use Bubble sort only. Any other sort or array will be a zero. Visual C#
Homework 2
You are to write a program which will create a class called Student
Each student has a name age height and weight. These variables should be declared as private. Create the correct constructors and functions.
In the main, you will create 5 students. Input the data for the 5 students from a file which already has information in it. Name the file “Information.txt”.
After setting up all the data, it is time to sort based on the user input.
1 to sort by name 2 to sort by age 3 to sort by height 4 to sort by weight (Create a function for each one).
You should use Bubble sort only. Any other sort or array will be a zero.
Homework 2
You are to write a program which will create a class called Student
Each student has a name age height and weight. These variables should be declared as private. Create the correct constructors and functions.
In the main, you will create 5 students. Input the data for the 5 students from a file which already has information in it. Name the file “Information.txt”.
After setting up all the data, it is time to sort based on the user input.
1 to sort by name 2 to sort by age 3 to sort by height 4 to sort by weight (Create a function for each one).
You should use Bubble sort only. Any other sort or array will be a zero. Homework 2 You are to write a program which will create a class called Student. (This is the last assignment from 3310) Each student has a name, age, height and weight. These variables should be declared as private. Create the correct constructors accessors and functions in the main, you will create 5 students. Input the data for the 5 students from a file which already has information in it. Name the File "information.xt After setting up all the data, a is time to sort based on the user input. 1 to sort by name. 2 to sort by age. 3 to sort by height and 4 to sort by weight. (create a function for each one You should use Bubble Sort. Use of Array.Sort or any other sort will result in a zero Do not use Bubbleish sort like it has in the review file. Display the data neatly on the screen. Turn in the project zipped.

Explanation / Answer

//information.txt file