Skip to content

catinsunshine/OutletDiscount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

OutletDiscount

Calculate U.S. Outlet 2 times discount, eg: 50% then 30%, how much you should pay?

Usage:

#Input price and off percentage:

Enter price: 1400

Enter 1st off: 50

Enter 2nd off: 30

#Result:

50.0 % off price is 700.0

After 30% off again is 700.0 - 210.0 => 490.0

The discount percentage is 35.0 %

About

Calculate US Outlet 2 times discount, eg: 50% then 30%, how much you should pay?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages