a. Depth must be an int.
b. Dive must be a method.
c. Dive must be the name of an instance field.
d. Submarine must be a method.
Answer:
b. Dive must be a method.
Explanation
Generally, the syntax is Class.methodname(parameters). Here b options says dive is a method which matches the syntax!