X588: Create fields

Create a class called Course for a college course that has three or more fields with at least two different types, and set default values for the fields based on the field type. The values for each type should be the following: int: 5 double: 4.5 char: ‘b’ String: “myString”

Your Answer:

Feedback

Your feedback will appear here when you check your answer.