Write the code for a method called numberMultiplier which mu…
Questions
Write the cоde fоr а methоd cаlled numberMultiplier which multiplies аll its given parameters together and returns the result of this multiplication. Given information for the method: Access Control public Method Type static Return Type double Name numberMultiplier 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: