My assignment asks me to write a python program using if, elif, and else that takes a user's salary and calculates the tax based
on three given criteria: > for a salary between 10,000 and 20,000, tax is at 1%
> for a salary between 20,000 and 30,000, tax is at 2%
> for a salary greater than 30,000, tax is at 3%
> there is no tax otherwise
Criteria 1 and 2 seem to overlap because of 20,000. How can I solve this? Thanks!
Explanation:Access control is the type of security facility that is provided to the systems in an organization. The functions carried out in maintaining the security of the system is done by authenticating , authorizing and identification of the users and related components . They are secured using the PINs , passwords, bio-metric scan etc.
The situation of the user wanting to have a unrestrained access towards data as well as maintaining the security is the done by access control.