Method Call


Goal:

Find a bug in a program with methods that someone else coded.

Steps:

  1. 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.
  2. Change one line of code to fix this program.