Question: 1 public double average(double a, double b) 5 polnts Write a method called average that takes two doubles and returns a double that's the average

1 public double average(double a, double b) 5 polnts Write a method called average that takes two doubles and returns a double that's the average of those two numbers. For example, average(10, 20) should return 15.0 and average(5.6, 9.3) should return 7.45 // Start here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
