Notes on Methods

  1. define and name a _______________
  2. write code for the _______________

A good behavior to turn into a method has a ________________ definition and is used ______________ in the program.

Fill in the similarities and differences between the main method and Jeroo methods:

Questions: Main method Jeroo methods
how many can you have?    
what you name it    
what order it executes    
can you instantiate (create) Jeroos here?    

Copy the code for the turnAround method What is GOOD about this method? List 3 things.

Sub

 

 

End Sub

1.

2.

3.

True or False: One method can use another method.

Which things can happen as the result of a Jeroo method? (cross out all that are FALSE)