0
/ 10.0
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...
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 feedback will appear here when you check your answer.