CheckOut codekata with cSharp

Mar 17, 2013 00:00 · 103 words · 1 minute read C# checkOut CodeKata

What is CheckOut codeKata ?

The goal in Check out codekata is to find the way to calculate total price of items. there is some discount for some of the items that cause this codeKata become a little more challenging.

Item Unit Price Special Price
A 50 3 for 130
B 30 2 for 45
C 20
1
2
3
4
5
Item Unit Price Special Price
A 50 3 for 130
B 30 2 for 45
C 20

You can find more info about the scenario here.

Download

Feel free to download the full source code of this codeKata from my GitHub.