Section 1 - Instruction

You've learned how functions can call other functions and how variable scope affects what functions can access. Now let's practice combining these concepts.

Engagement Message

Ready to see functions working as a team?

Section 2 - Practice

Type

Fill In The Blanks

Markdown With Blanks

Complete this code where functions work together to calculate a student's final grade:

Suggested Answers

  • calculateAverage
  • getLetterGrade
  • func
  • return
Section 3 - Practice

Type

Multiple Choice

Practice Question

What does this program print?

A. 100.0 B. 8.0 C. 108.0 D. 92.0

Suggested Answers

  • A
  • B
  • C - Correct
  • D
Section 4 - Practice

Type

Sort Into Boxes

Practice Question

Sort these variables based on their scope in the given code:

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal