Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Sunday, April 11, 2010

Input sales. Find and print commission. Commission is calculated as follows:

 Turquoise Zebra Stripe Wrist Watch
Input sales. Find and print commission. Commission is calculated as follows:
SALES Commission
<=10000 1%
>10000 but <=30000 5%
Rest 10%


#include<stdio.h>
#include<conio.h>
void main( )
{
float s, c;

clrscr( );
printf("Enter Sales");
scanf("%f", &s);
if (s<10000)
  c=s*1/100;
else
  if(s < 30000)
    c=s*5/100;
else
    c=s*10/100;
printf("/n Commission is =%.2f", c);
getch( );
}

White Ceramic Style Watch with Matching Strap and Face and Sparkly Clear RhinestonesCasio Men's Sea Analog Illuminator Dual LED Dive Watch #MDV102-1AVInvicta Men's Pro Diver Stainless Steel Silver Dial Watch #5249STimex Kids' Camouflage Stretch Band Watch #T78141Skagen Women's Silver Dial Mesh Bracelet Watch #358SSSD

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP