Starter Quiz
Question 1 of 2
1
of 2
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