Write a program to calculate profit and lose . The program should accept Lost price and sale price of an item.
give the answer step by step.
it is very important.
please help me.
correct answer should
kk1699643:
hi
Answers
Answered by
1
Answer:
Given the Cost Price(CP) and Selling Price(SP) of a product. The task is to ... Output: 2000 Loss. Formula: Profit = (Selling Price - Cost Price) Loss = (Cost Price - Selling Price) ... implementation: C++; Java; Python 3; C#; PHP ...
Explanation:
Similar questions