Please enable JavaScript to use CodeHS

AP Computer Science Principles in Roblox

Lesson 4.2 Parameters

Description

In this lesson, students will expand their use of functions by learning about and implementing parameters.


Objective

Students will be able to:

  • Explain the use of parameters and arguments
  • Create functions that take in parameters as input
  • Use parameters to generalize functions and reduce repeated code