64.3k views
18 votes
If you wanted to create a line of code that would add ten to the user’s current score, which code should you use?

score == score + 10
score = score + score
score = score + 10
if score, then +10

User Jvkloc
by
4.1k points

2 Answers

6 votes
The first one cause it’s most likely to be used
User Manfred Steiner
by
4.5k points
3 votes

Answer:

the first one

Step-by-step explanation:

User Emma Ramirez
by
4.6k points