Write the code to multiply the contents of the price variable by 1.25 and assign the result to the price variable.
a) price = price 1.25
b) price = 1.25
c) price = 1.25 price
d) price 1.25 = price