Programming Fundamentals/Functions

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Overview[edit | edit source]

This chapter introduces modular programming, functions, parameters, return values, and scope.

Chapter Outline[edit | edit source]

Learning Objectives[edit | edit source]

  1. Understand key terms and definitions.
  2. Given example pseudocode, flowcharts, and source code, create a program that uses functions, parameters, and return values to solve a given problem.