Search:

Type: Posts; User: Bernard4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,581

    Ok, thanks I see what you saying now. So...if...

    Ok, thanks I see what you saying now. So...if the user asks for seven cookies they would be charged for the price of a dozen plus the price of one single. I think what I need to do then in my...
  2. Replies
    4
    Views
    2,581

    Addition to the end of else if

    Sorry,

    I meant to have after the else if;

    totalPrice = calcPrice12;

    Not sure if that even makes a difference, but thats what I meant to have, thanks
  3. Replies
    4
    Views
    2,581

    Price Calculation Problem using Class

    I've just learned about classes and objects and I'm having trouble trying to calculate an order for a price of cookies, which is the goal of the program.

    The program is supposed to calculate the...
Results 1 to 3 of 3