3 /*profit and loss problem*/
8 // printf("Enter the cost price of the Item: ");
10 // printf("Enter the selling price of the Item: ");
15 // printf("You have made a profit: ");
16 // printf("%.2f\n",(sp-cp));
20 // printf("You have a loss of: ");
21 // printf("%.2f\n",(cp-sp));
24 // printf("You have neither made profit nor loss\n");