Computer Science, asked by akashisat00, 7 days ago

Write a program to enter the CP and SP of an article. Calculate and display the loss or profit.
:')​

Answers

Answered by maryam2709
0

Answer:

Explanation:

Write a C program to input cost price and selling price of a product and check profit or loss. Also calculate total profit or loss using if else. How to calculate profit or loss on any product using if else in C programming. Program to calculate profit and loss of any product in C.

Example

Write a program to input cost price and selling price of an article and display the profit or loss percentage of article.

Similar questions