Looking for trustworthy answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Join our Q&A platform and get accurate answers to all your questions from professionals across multiple disciplines. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.

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