Respuesta :

The word before your method name (myMethod) always determines the return type for your method. So in this case, you specified "void", which in Java means, nothing.

The answer is A: Nothing