Write a two class solution that includes data members for


Problem

Write a two class solution that includes data members for the name of the course, current enrollment, and maximum enrollment. Include an instance method that returns the number of students that can still enroll in the course. The ToString( ) method should return the name of the course, current enrollment, and the number of open slots. Design your solution using parallel arrays. Declare an array of class objects in your implementation class. Test your application with the following data:

Class name

Current enrollment

Maximum enrollment

CS150

180

203

CS250

21

30

CS270

9

20

CS300

4

20

CS350

20

20

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a two class solution that includes data members for
Reference No:- TGS02645474

Expected delivery within 24 Hours