C Program to Calculate Profit or Loss

How to write a C Program to Calculate Profit or Loss. If the actual amount is less than the Sales, then the product is in profits. Else, if the actual is greater than the Sale amount product is in Loss otherwise, none. C Program to Calculate Profit or Loss Example This program helps the user to … Read more