Programming Use python language to write a program for the following statement. Request an input price for one item. Next, the quantity of such items should also be entered. Calculate the total price of the items using the formula: (price * quantity – total). If the total price exceeds RM 200, a rebate of 25% will be offered, but no deduction is granted if otherwise.
Programming Use python language to write a program for the following statement. Request an input price for one item. Next, the quantity of such items should also be entered. Calculate the total price of the items using the formula: (price * quantity – total). If the total price exceeds RM 200, a rebate of 25% … Read more