Write the code for a method called findHypotenuse that will…

Write the code for a method called findHypotenuse that will receive 2 int parameters called base and height, and will return a double value.  The method will use the 2 parameters, base & height, to calculate the hypotenuse of a right triangle.  Once calculated, the method will return the hypotenuse.  Remember that the formula to calculate the hypotenuse of a right triangle is the square root of (the sum of the base squared plus the height squared).   Here is a skeleton of this method: public static returnType methodName(type1 paramName1, type2 paramName2){     //local variable definitions     //calculations     //return statement}  

INSTRUCTIONS         1. Answer ALL the questions an…

INSTRUCTIONS         1. Answer ALL the questions and make sure you follow the instructions.   2. A special ANSWER BOOK is provided in which you must answer the relevant questions.   3. Show ALL calculations to earn part marks.   4. MAKE SURE YOU LOAD THE CORRECT ANSWER SHEET!!!! WRONG DOCUMENTS = 0 MAKE SURE YOU SAVE YOUR FILES CORRECTLY: ACCN 11E T02 SBA004 SURNAME NAME YOUR DOCUMENT MUST BE IN PDF FORMAT   5. If you choose to complete your test by hand, make sure it is neat and legible.  Illegible handwriting = 0.   6. NB! REMEMBER TO SUBMIT THE PAPER (QUIZ) TO GET ACCESS TO THE UPLOAD (QUIZ).             ACCN 11E SBA004 AB (1).pdf ACCN 11E SBA004 AB (1).docx