Question: I Comments and JavaDoc Comment the method division in the follow code snippet. In the comments, explain what the method does and also use @param,


I Comments and JavaDoc Comment the method "division" in the follow code snippet. In the comments, explain what the method does and also use @param, @return, and @exception tags in the comments. Auto-generate JavaDoc for the class and paste the screenshot of Method Detail (the comments of "division") of the generated doc in your answer. (30 points) Instruction: provide a screenshot similar to the bottom half of the picture in p34 of slide "08-coding-style" public class Division i public static double division(double x, double y) f if(y0) throw new IllegaLArgumentException("y is "); return x/y
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
