Please enable JavaScript to use CodeHS

Maryland Computer Science I

Lesson 9.5 Functions and Return Values 2

Description

In this lesson, students work with and define functions with return values and more than one parameter.


Objective

Students will be able to:

  • Explain the purpose of returning a value from a function.
  • Create functions that return values.
  • Create programs that call functions with return values and use the return values to solve a higher order problem.