% compute cost as quantity * unit price c = q*p Write an if statement that computes a discount d as 10% of the cost and
Posted: Sun May 15, 2022 12:16 pm
% compute cost as quantity * unit price c = q*p Write an if statement that computes a discount d as 10% of the cost and subtracts the discount from the cost when the quantity is 10 or more. if d = 0.1* - C = end