write an algorithm to find the profit percentage of a seller by taking CP and SP of an article as input. Print appropriate message if the seller doesnt make any profit
PLS ANSWER ASAP
Answers
Answered by
7
Explanation:
A theory of chemical combination, first stated by John Dalton in 1803. It involves the following postulates: (1) Elements consist of indivisible small particles (atoms). (2) All atoms of the same element are identical; different elements have different types of atom. (3) Atoms can neither be created nor destroyed.
Answered by
2
Answer:
Input: CP = 1500, SP = 2000
Output: 500 Profit
Input: CP = 3125, SP = 1125
Output: 2000 Loss
Formula:
Profit = (Selling Price - Cost Price)
Loss = (Cost Price - Selling Price)
Similar questions