Build the student class with the following specifications: private fields string name - initialized in default constructor to "louie" double gpa - initialized in default constructor to 1.0 default constructor public member methods setname() & getname() setgpa() & getgpa()



Answer :

Other Questions