Advertisement

09.09.2007 at 10:34PM PDT, ID: 22816881 | Points: 500
[x]
Attachment Details

programming help

I am working on program and i'm not sure how to validate the user input.  Also when i complie it. It does not return the proper answer the box just exits.  Can anyone give me any suggestions?


# include <stdio.h>
void main(void)
{

int iResponse = 0;
//entering the variables in float
  float cost = 0.0;
  float delmar = .0725;
  float encinitas = .075;
  float lajolla = .0775;
//entering
  printf("\n1\tlajolla\n");
printf("2\tdelmar\n");
printf("3\tencinitas\n");
printf("\nPlease select a category (1—3): ");
scanf("%d", &iResponse);
switch (iResponse) {
case 1:
printf("\nYou selected la jolla\n");
case 2:
printf("You selected delmar\n");
case 3:
printf("You selected encinitas\n");
  printf ("enter sales price please\n");
  scanf ("%f",& cost);
  printf ("the delmar sales tax is %.2f\n", delmar * cost);
  printf ("the encinitas sales tax is %.2f\n", encinitas * cost);
  printf ("the lajolla sales tax is %.2f\n", lajolla * cost);
  printf ("\n");
  printf ("the total for delmar is %.2f\n", delmar * cost + cost);
  printf ("the total for encinitas is %.2f\n", encinitas * cost +
  cost);
  printf ("the total for lajolla is %.2f\n", lajolla * cost + cost);
  getchar();
}
Start your free trial to view this solution
Question Stats
Zone: Database
Question Asked By: dlrobe1
Question Asked On: 09.09.2007
Participating Experts: 5
Points: 500
Views: 0
Translate:
Loading Advertisement...
09.09.2007 at 11:13PM PDT, ID: 19859137

Rank: Guru

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.09.2007 at 11:27PM PDT, ID: 19859180

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.09.2007 at 11:58PM PDT, ID: 19859279

Rank: Genius

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.09.2007 at 11:59PM PDT, ID: 19859281

Rank: Master

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.09.2007 at 11:59PM PDT, ID: 19859282

Rank: Genius

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.10.2007 at 03:49AM PDT, ID: 19859925

Rank: Genius

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.10.2007 at 05:15AM PDT, ID: 19860321

Rank: Guru

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.10.2007 at 05:44AM PDT, ID: 19860487

Rank: Genius

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.10.2007 at 07:27AM PDT, ID: 19861177

Rank: Genius

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.10.2007 at 07:33AM PDT, ID: 19861221

Rank: Guru

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.10.2007 at 07:48AM PDT, ID: 19861341

Rank: Genius

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.10.2007 at 08:52AM PDT, ID: 19861837

Rank: Genius

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.18.2007 at 06:05AM PDT, ID: 19912359

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080236-EE-VQP-29 / EE_QW_1_20070628