[HELP] Help me to build this program by using Turbo C++

Discussion in 'C++' started by afizaex, Sep 1, 2010.

  1. afizaex

    afizaex New Member

    Joined:
    Sep 1, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Help me to build this program by using Turbo C++, thank you;

    User will enter car type and package of car based on the following;

    -------------------------------

    TYPE...PACKAGE..PRICE.........TAX
    _______________________________
    CAR1.......a............24000.........150%
    .................b............28000.........150%
    _______________________________
    CAR2........c............35000.........200%
    .................d............37000.........200%
    .................e............41000.........200%
    -------------------------------

    This program will calculate new price for the type of cars after being taxed.
    This program will display type of car, package and the price that has to paid by the customer.
    This program will continue until user request to stop.

    At the end; the program will display:
    -number of customer for CAR1 type
    -number of customer for CAR2 type
    -total sales for CAR1 type
    -total sales for CAR2 type
    -total sales for all cars
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice