Thread: i need help

  1. #1
    Registered User
    Join Date
    Feb 2006
    Posts
    22

    Angry i need help

    i need a 1. source code, 2. output, 3. Design Work (Top Down Chart and pseudocode).

    help....me please



    PROBLEM SPECIFICATION

    The MOREPRINTS Photo Store needs a program to calculate a customer bill based on the number
    of photos submitted and the number of reprints ordered. Reprints cost fifty cents a piece. The number
    of reprints ordered will be the same for each photo submitted: example - 5 photos, 3 reprints would be
    15 total reprints. Sales tax is 6%. The customer bill should include the customer's name ( first and last).
    The number of photos submitted, the number of reprints ordered, total number of reprints made, the cost
    per reprint, the total cost of reprints, tax, and total bill.

    Input: Customer Name
    Order Date (MM//DD/YY)
    Number of Photos submitted
    Number of reprints ordered

    CONSTANT: Any Information that is given and that will not be changed by the entry of data or by
    calculation.

    Variables: Data that will be changed by data entry, data calculation, or data manipulation.

    Calculations: Number of photos * number of reprints
    Total reprints * cost per reprint,
    Cost of reprints * tax percentag e
    Cost of reprints + tax amount

    Output: ALL inputs and calculated data.

  2. #2
    30 Helens Agree neandrake's Avatar
    Join Date
    Jan 2002
    Posts
    640
    Ok, what have you done so far?
    Environment: OS X, GCC / G++
    Codes: Java, C#, C/C++
    AOL IM: neandrake, Email: neandrake (at) gmail (dot) com

  3. #3
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by neandrake
    Ok, what have you done so far?
    If I had to guess... so far he's asked us to do his assignment for him and had a bit of lunch while he waits for one of us to post it.
    Sent from my iPadŽ

  4. #4
    30 Helens Agree neandrake's Avatar
    Join Date
    Jan 2002
    Posts
    640
    Quote Originally Posted by SlyMaelstrom
    If I had to guess... so far he's asked us to do his assignment for him and had a bit of lunch while he waits for one of us to post it.

    That was the kind of tone I meant to say it in =p
    Environment: OS X, GCC / G++
    Codes: Java, C#, C/C++
    AOL IM: neandrake, Email: neandrake (at) gmail (dot) com

  5. #5
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    i need a 1. source code, 2. output, 3. Design Work (Top Down Chart and pseudocode).

    source code = $1, 000
    output = $250
    Design Work = $1,000

    I take PayPal, and you must include your teacher's name and your school.

  6. #6
    Registered User Kurisu's Avatar
    Join Date
    Feb 2006
    Posts
    62
    what an odd fellow... .. .. .. .. . . . . . . . . . . . . . . . . . . . . . . .

  7. #7
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Chico is tucked in bed right now, all like... "Ok... I'll wake up 20 minutes before the bus comes, get dressed, go on the computer, print out all the work they gave me, go to class, and get an A! HOOAH! This is great!"
    Sent from my iPadŽ

  8. #8
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Waste of electrons - closed.

Popular pages Recent additions subscribe to a feed