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

Question:

Find the error in the following method definition: 

// This method has an error!
public static void sayHello();
{
 System.out.println("Hello");
}

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

Step by Step Answer:

Question Posted: