Rewrite the following statements using augmented assignment operators:
a) quantity = quantity + 1
b) days_left = days_left - 5
c) price = price * 10
d) price = price / 2
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.