Quantcast
Channel: Python - Programmers Heaven
Viewing all articles
Browse latest Browse all 140

This is in python 3.3, Software sales. I am new to programming

$
0
0

A software company sells a package that retails for 99$. Quantity discounts are given according to the following table. 10-19=20% 20-49=30% 50-99= 40% 100 or more =50% . write a program that ask the user to enter the number of packages purchased. the program should then display the amount of the discount (if any) and the total amount of the purchase after the discount.


Viewing all articles
Browse latest Browse all 140

Trending Articles