Create the Student class. The class has two instance variables: Name and Courses. Name is a string, Courses is a string[

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
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[

Post by answerhappygod »

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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply