Answer:
Explanation:
def computeCommission(salesAmount):
commission=0
if salesAmount <= 50000:
commission = 5000*0.08 + (salesAmount-5000)*0.1
elif salesAmount > 50000:
commission = 5000*0.09 + (salesAmount-5000)*0.12
return commission
print("commission for 45000 : "+str(computeCommission(45000)))
print("commission for 54000 : "+str(computeCommission(54000)))
Is this even a real question-?
Answer:
# Name - Today's Date
# Description
def main():
print("My favorite TV show is Mythbusters.")
print("I like it because I learn a lot and they do crazy experiments.")
main()
(this is the best I can do since it's a specific result based on the choices you make, but I did the example code and you just need to fill it in with the necessary requirements. I also tested it on IDLE. )
Explanation:
Binary and denary
A number base indicates how many digits are available within a numerical system. Denary is known as base 10 because there are ten choices of digits between 0 and 9. For binary numbers there are only two possible digits available: 0 or 1. The binary system is also known as base 2.
mark me brainliest please
Explanation:
million landlines. During this same time the number of mobile phone lines that have been subscribed to has ...
Characteristics