Skip to content

farhad-ahmadi-04/Car-insurance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

car-insurance

  • here you can calculate your car insurance
  • use class(oop) in this project => make a better connection for functions
  • you choose your car, carYear and type of insurance and get your price
    • all these paramets have effect on price

formula

base = 2000000 Price = (carCoefficient * base) - ((carYear * 3) / 100) * (carCoefficient * base)) * insuranseType

About

project has 3type and each type are in different branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published