Class 707 – Multiple Parameters + Functions Practice
Write flexible functions with multiple inputs
Today's Goals
- Learn how to use more than one parameter in a function
- Write flexible functions that control multiple values
- Practice calling functions with different arguments
- Strengthen debugging skills
Agenda
- Review single-parameter functions
- Mini-lesson on multiple parameters
- Teacher demo
- CMU CS Academy practice time
What You Must Finish Today
- Complete the CMU CS Academy exercises on functions with multiple parameters
- Work through the assigned practice problems in the lesson
Homework
Finish any remaining CMU exercises from today
Quick Reminder
- Functions can take more than one input.
- More parameters = more control and better programs!