Showing posts with label Wap to Calculate Profit and Loss. Show all posts
Showing posts with label Wap to Calculate Profit and Loss. Show all posts

Saturday, March 31, 2012

Wap to Calculate Profit & Loss

No comments

/*Profit & Loss */
#include<stdio.h>
#include<conio.h>
     void main()
       {
 float selling_prize,buying_prize;
 clrscr();

 printf("\n Calculate Profit & Loss");

 printf("\n Enter Purchasing Prize  for 15 Items::");
 scanf("%f",&buying_prize);


   printf("\n Enter Selling Amount for 15 Items::");
 scanf("%f",&selling_prize);

 if(buying_prize<selling_prize)
 printf("\n\t Profit :$ %f",selling_prize - buying_prize);
 else
 printf("\n\t Loss  :$%f",buying_prize - selling_prize);

 printf("\n Want More Need Example for Practice ");
 printf("\n     Logon www.Code2Create.com");

 getch();
}


Entries RSS Comments RSS

Sample Text

Pages


Copyright © Lovely Codes
Powered by Blogger
Distributed By Free Blogger Templates | Design by N.Design Studio
Blogger Theme by Lasantha - PremiumBloggerTemplates.com