This document discusses methods (also called subroutines or functions) in computer programming. It explains that methods allow programmers to break programs into smaller pieces to make them more organized and reusable. The document covers declaring and creating methods, passing parameters to methods, and methods returning values. Examples are provided to demonstrate methods with parameters and methods that return values.