Question: this is Java Write a void method named myMethod which prints I'm a void method! (without the quotes). Your method should be declared public and
this is Java

Write a void method named myMethod which prints "I'm a void method!" (without the quotes). Your method should be declared public and static. You can call your method in the program's main method so you can test whether it works, but you must remove or comment out the main method before checking your code for a score. iles / Add the method myMethod here */ // You can uncomment and add to the main method to test your code // You will need to remove/comment out this method before checking your code for a score / 13 - public static void main(String [] args) \{ 3 \}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
