Computer Science, asked by anilsarohajvc, 5 hours ago

triangle when h=5 and b=4.5
Q2. Write a program to find the profit
percent when cost price is 12005.50 and
selling price is 13000.​

Answers

Answered by abinajee53
0

Answer:

cost_price=12005.50

selling_price=13000

profit=selling_price - cost_price

profit _percent=(profit/cost_price)

print(profit_percent)

Explanation:

Using profit percent formula

Similar questions