Create the Student class. The class has two instance variables:
Name and
Courses. Name is a string, Courses is a string[]. Write the
following:
a. A default constructor that sets Name to “default” and the size
of
Courses to 3
b. A parameter constructor with an int parameter that sets the size
of
Courses to the parameter
c. An instance method for the student class that displays the name
of a
student and all the courses that student is taking.
Create the Student class. The class has two instance variables: Name and Courses. Name is a string, Courses is a string[
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Create the Student class. The class has two instance variables: Name and Courses. Name is a string, Courses is a string[
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!