Customer Bill C++ Program

Discussion in 'C++' started by sanji, Nov 13, 2011.

  1. sanji

    sanji New Member

    Joined:
    Nov 13, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Design and write a C++ program to create a customer’s bill for a bookstore. The bookstore sells 5 three different items: C Programming book, C Handbook, Dictionary, WhiteBoard Marker and scientific calculator. The unit prices are RM105.00, RM188.00, RM55.30, RM3.50 and RM35.50, respectively. The program must read the quantity of each item purchased from the keyboard. A student will get 6.25% discount if they bought books and 3% discount when they bought stationary. It then calculates the cost of each item, the subtotal and the total cost after the discount.

    The input data consist of a set of integers represents the quantities of each item sold. The program prompts the user for each quantity and print the bill as shown below.

    You are required to come up with:
    1. Pseudocode
    2. Flow chart
    3. C++ code
    guys please i need the answer ASAP..........
     
  2. sanji

    sanji New Member

    Joined:
    Nov 13, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Re: so urgent pls pls pls

    I need the answers for pseudocode and flow chart ONLY!!...PLEASE
     
  3. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    Moved to C++ Forum
     

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