Parameter passing exercise

Trace by hand the parameter passing and output of ParameterTester.java which calls a method of ParameterModifier.java and uses Num.java. This requires understanding how parameters are passed (objects vs. primitive values). Only after you trace the code (and hand-write the output), run the main method of ParameterTester to check if the output you predicted was correct.