Solved

Consider the Following Method Comment and Method Header

Question 85

Multiple Choice

Consider the following method comment and method header: /**
Converts from a source measurement to a target measurement.
__________ fromMeasurement the measurement
@return the input value converted to the target unit
*/
Public double convertTo(double fromMeasurement) { . . . }
Fill in the blank.


A) @param
B) param
C) @parameter
D) parameter

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions