You've learned how to use variables with addition (+
). Now let's practice combining variables with math operations to solve problems.
Engagement Message
Ready to become a math wizard?
Type
Multiple Choice
Practice Question
What would be the value stored in result
after this code runs?
A. 25
B. 15
C. 10
D. 1510
Suggested Answers
- A - Correct
- B
- C
- D
Type
Fill In The Blanks
Markdown With Blanks
Complete the code to add the values in points_earned
and bonus_points
, then store the result in total_points
:
Suggested Answers
- total_points
- points_earned
-
- bonus_points
Type
Multiple Choice
