Find the error in the following method definition: // This method has an error! public static double

Question:

Find the error in the following method definition: 

// This method has an error!
public static double timesTwo(double num)
{
 double result = num * 2;
}

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

Step by Step Answer:

Question Posted: