PHP - Operators
You have a variable
$score starting at 50. Write PHP code using compound assignment to add 10, then multiply by 3, and finally subtract 5. What is the final value of $score?