You have turned-in this assignment. You can review the lesson and see your previous answers.
Starter Quiz
Question 1 of 3
1
of 3
If you want to increase the value held in the score variable by 1, which line of code should you use?
Select one answer
score + 1
score = 1
score = 1 + 1
score = score + 1
Check