29.05.2015 Views

o_19mgorv9t13a3ko71fev19l81mqa.pdf

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

}<br />

}<br />

public decimal ApplyDiscount(decimal totalParam) {<br />

if (totalParam < 0) {<br />

throw new ArgumentOutOfRangeException();<br />

} else if (totalParam > 100) {<br />

return totalParam * 0.9M;<br />

} else if (totalParam >= 10 && totalParam

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!