Unit 1 Lesson 9 - Writing Methods

Lesson summary and assignments

Vocabulary

method signature
consists of a name and parameter list
return
to exit a method and go back to the point in the program that called it with the requested value or information
return type
the value returned before a method completes its execution and exits
void
specifies that a method should not have a return value