DESCRIPTION OF INTERACTIVE

The various parts of the methods and main program.

The addAndOut method header. The return type (in this case void), name and parameters are defined here.

The addAndOut method body. This is where the code for the addAndOut method is written.

The multAndOut method header. The return type (in this case void), name and parameters are defined here.

The multAndOut method body. This is where the code for the multAndOut method is written.

The method calls. This is the part of the main program where the methods actually get called and therefore executed.