Q7 If the total selling price of 15 items and the total profit earned on them is input through the keyboard. Write a program to find the cost price of one item.
Program: 57
Write a c program to find the cost price of one item where selling price and profit is given | Let Us C Solutions
Output:
Enter the selling price of 15 items: 150 Enter the profit on 15 items: 45 The cost price of an item is 7.00.