Introduction to Method Objectives¶ Use methods to make your code more modular. Define a method, specifying its arguments and return type. Topics¶ Methods Calling Methods The main Method Why Use Methods? Labs Up -- Next