Divide a number by 10. Then, add 10.
The phrase a number means an arbitrary variable, let's call it x.
Divide the number by 10 mean we have a quotient, of x over 10
x / 10
Then, add 10:
(x / 10) + 10
The phrase a number means an arbitrary variable, let's call it x.
Divide the number by 10 mean we have a quotient, of x over 10
x / 10
Then, add 10:
(x / 10) + 10