Computer Science, asked by rameshtripathilko, 1 month ago

write an algorithm to take cost price and selling price as input and find profit or loss.​

Answers

Answered by Anonymous
2

Answer:

CP = ( SP * 100 ) / ( 100 + percentage \: profit).

CP = ( SP*100 ) / ( 100 – \: percentage \:  loss ).

Explanation:

It is the correct answer.

Similar questions