Computer Science, asked by naindev454, 4 days ago

write a programe to find the profit and loss using if else constant​

Answers

Answered by kbcbhatt17
1

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

Input

Input cost price: 1000 Input selling price: 1500

Output

Profit: 500

HOPE it helps you.

Similar questions