Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 271 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 271 Bytes

Cart Challenge

Description

Tha main goal of this challenge is refactor the calculation of subtotal and total to be easy to add/update a calculation.

Considerations

The price is always in Integer.

10    # => 0.10
1310  # => 13.10
50100 # => 501.00