Please enable JavaScript to use CodeHS

AP Computer Science A (Mocha)

Lesson 3.3 Methods and Return Values

Description

In this lesson, students will expand their understanding of methods by creating reusable code blocks to perform calculations and return values. They will practice creating methods that calculate and return various values, such as sums, doubled numbers, squares, and averages.


Objective

Students will be able to:

  • Explain the purpose of returning a value from a method
  • Create methods that return values
  • Create programs that call methods with return values and store the result for later use
  • Practice creating methods to perform specific calculations
  • Apply method concepts to solve coding exercises