Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C# please. Show screenshots of what goes in txt.file Visual C# Homework2 You are to write a program which will create a class called

In C# please. Show screenshots of what goes in txt.file

image text in transcribed

Visual C# Homework2 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

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

Beginning Apache Cassandra Development

Authors: Vivek Mishra

1st Edition

1484201426, 9781484201428

More Books

Students also viewed these Databases questions