Programming Examples

Python program to find sale price of an item with given price and discount


write a program to find sale price of an item with given price and discount (%)

Solution

price=float(input("Enter Price : "))
dp=float(input("Enter discount % : "))
discount=price*dp/100
sp=price-discount
print("Cost Price : ",price)
print("Discount: ",discount)
print("Selling Price : ",sp)
Output/ Explanation:

Enter Price : 4500

Enter discount % : 12

Cost Price :  4500.0

Discount:  540.0

Selling Price :  3960.0

Latest Current Affairs 2024 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online MBA 2 years Online MCA Online BCA Best Website and Software Company in Allahabad