Refer to the following code:
Which statement should be added to line 09 for the code to display. The boat has a capacity of 10 people?
super.size = size;
ship.size size;
super (size);
this.size = size;
Submit