我如何做到這一點卡住思路: 我有購物車,我想創建一個2×,3×2,5X3的折扣優惠券系統等 但我無法解決這個問題,得到一個公式,並顯示應用優惠券後的總價。 例如:商品價格:$ 5美金,我有一個優惠券2×1: If I buy 2 items: TOTAL: $5,00 usd (2x1)
If I buy 3 items: TOTAL: $10,00 usd (2x1 + 1)
If I bu
public function coupon($data) {
$couponCode = $data['couponcode'];
if (!Zend_Validate::is(trim($couponCode), 'NotEmpty')) {
throw new Exception($this->__('coupon code cannot be empt
學習考試和有問題,我是一個初學者。 它是一個折扣計算器。咖啡 袋收費€3.75 10袋以上5%的折扣 20袋以上10%的折扣 我有什麼到目前爲止 import java.util.Scanner;
public class discount {
public static void main (String[] args){
//Scanner input; Keep this as on