X600: Create a constructor

Given the following class, create a constructor that will take in one parameter for each field, and set the fields to the corresponding parameter. The parameter order should match the order of the fields: an int for number, a String for title, a String for department, and an int for capacity.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.