Question: Need compile and output for this code //Class Student with constructor and //public properties to get and get its values using Systen; public class Student
//Class Student with constructor and //public properties to get and get its values using Systen; public class Student string studName, studclass int studIdentification, studCredits public Student (string studFu11Name, int studID, int studEarnedCredits) studNane studFu11 Name; studidentification studiD; studCredits studEarnedCredits; //Get and Set Student Name public string GetstudName get return studName set studNane value //Get and Set Student ID public int GetstudID get return studIdentification set studIdentification value; //Get and Set Student Credits public int GetStudCredits get return studCredits set studCredits value public vold Studstatus(int credits) if (credits> e) if (credits 30) if (credits 6e) if (credits 90) if (credits128) studClass "Freshman studclass Sophomore" studclass Junior studclass "Senior studclass "You are about to graduate, congratulations
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
