Write the code to fill in the blanks of the Java statements…

Write the code to fill in the blanks of the Java statements shown below creating a method called exponentialValue which calculates the base variable being raised to the power of the exponent variable. After this the method returns the calculated value.   Given information for the method: Access Control public Method Type static Return Type double Method Name exponentialValue Input Parameter 1 Type double Input Parameter 1 Name base Input Parameter 2 Type double Input Parameter 2 Name exponent Java Code: public [c1] [c2] exponentialValue([c3] base, double [c4])  {  double result = [c5].pow([c6], [c7]);  [c8] result;} Notes: To receive credit for this question Java code entered must be correctly spelled. For each blank space, the right answer is a single identifier or keyword.

Show all work for full credit. In order to receive credit fo…

Show all work for full credit. In order to receive credit for this question, upload your handwritten worked-out solution to File Upload Midterm I Exam Assignment in Canvas after you’ve finished testing but before you’ve submitted your exam in Canvas. Make sure you stay logged in to Honorlock during the file upload process. DON’T TYPE YOUR ANSWER HERE! Evaluate the integral.