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?
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
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
Type
Sort Into Boxes
Practice Question
Sort these variables based on their scope in the given code:
