Question: 5 q1: Write a public static method named ql that takes two doubles as parameters and returns 6 a double. The returned double should be
5 q1: Write a public static method named ql that takes two doubles as parameters and returns 6 a double. The returned double should be the the tangent of the first input divided by the 7the absolute value of the second input. * See (https://docs.oracle.com/javase/8/docs/api/java/lang/Hath.html#method.summary) for a * complete list of methods contained in the Math class. You may call any of these methods in " your method 10 12I 13 14 15 16 17 * 18 * q2: Write a public static method named q2 that takes a String as a parameter and returns a e String. To compute the return String, first convert the input String to all upper case " letters then replace all instances of the character "N" with the character U 19 21. 23 24 25 See (https://docs.oracle.com/javase/8/docs/api/java/lang/String.htmlimethod. summary) for a : complete list of methods contained in the String class, You may call any of these methods " in your wethod 28
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
