Given the call to the method ComputeCost( ) shown below, which of the following would be the

Question:

Given the call to the method ComputeCost( ) shown below, which of the following would be the most appropriate heading for the method? The variable someValue is declared as an int.

someValue = ComputeCost(27.3);

a. public static void ComputeCost(double aValue)

b. public static int ComputeCost( )

c. public static double ComputeCost(int someValue)

d. public static int ComputeCost(double aValue)

e. public static int ComputeCost(int aValue)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: