Fix the bugs in this order using TDD. Always write a test first before touching the code.
When I tried to retrieve the shows that are below or equal to 100 I get only 2 shows when there should be 3 shows.
When I tried to retrieve the shows that are below or equal to 110 I get only 2 shows when I expect 4 shows.
When I calculate the basket price I get numbers with lot of decimals when I expect a price with a format as following 256.00 (i.e. 2 decimals)