% compute cost as quantity * unit price c = q*p Write an if statement that computes a discount d as 10% of the cost and
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
% compute cost as quantity * unit price c = q*p Write an if statement that computes a discount d as 10% of the cost and
% 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!