Computer Science, asked by Harnoorjit, 3 months ago

To
find the sale price of an item with a given cost and discount(%)​

Answers

Answered by neetuasija94
0

Answer:

mujhe mujhe nahin aate hai sir

Explanation:

mujhe mujhe nahin aate hai sir

Answered by gautamsharma2005
0

Answer:

cost_price=float(input("enter the price of item :"))

discount=float(input("enter the discount:"))

selling_price=float(((100-discount)/100)*cost_price

Explanation:It's the python program of the given question.

Similar questions