Method Call
Goal:
Find a bug in a program with methods that someone else coded.
Steps:
- This program is supposed to print the message "Hello World" to the console:
Hello World
BUT it's not working. If you don't believe me, try running it. - Change one line of code to fix this program.