How do you write a discount program?

3 Answers. You must use something like this: if(score >= 10 && <= 19 ) { discount = 0.20; } else if(score >= 20 && <= 49) { discount = 0.30; } And so on….27 Eyl 2014

Sizin İçin Seçtik  What the advantages are of cross-platform development?

Leave a Reply

Your email address will not be published. Required fields are marked *