Given a variable profits , write a statement that increases its value by a factor of 10 .

Given a variable profits , write a statement that increases its value by a factor of 10 .



Answer: profits= profits * 10


Learn More :