Unit 1 Lesson 6 - Methods with Parameters
Lesson summary and assignments
Vocabulary
- argument
- the specific value provided when a method or constructor is called
- parameter
- defines the type of value to receive when a method or constructor is called
- string literal
- a sequence of characters enclosed in quotation marks ( " " )