Write the code for a method called sumNumbers which adds all…
Write the code for a method called sumNumbers which adds all its given parameters together and returns the result of this addition. Given information for the method: Access Control public Method Type static Return Type double Name sumNumbers Input Parameter 1 Type double Input Parameter 1Name value1 Input Parameter 2 Type int Input Parameter 2 Name value2 Input Parameter 3 Type double Input Parameter 3 Name value3 To get full credit you must write the entire method code. Write your code below: