Search:

Type: Posts; User: teeej86

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    2,417

    Re: Need Help applying discount

    could i perhaqps do it with if statements for instance



    if (quantityPurchased >= 5 && quantityPurchased <=9)

    additionalDiscount = (unitPrice * 5) / 100 * 10;
    ...
  2. Replies
    2
    Views
    2,417

    Need Help applying discount

    hey community, I'm working on the final component of my assignment and cant figure out how to do a calculation in regards to applying discounts. For my assignment I need to apply a 10% discount on...
Results 1 to 2 of 2