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

Respuesta :

Answer:

the first one

Explanation:

The first one cause it’s most likely to be used