Search:

Type: Posts; User: heptix

Search: Search took 0.11 seconds.

  1. Thread: Code bugs

    by heptix
    Replies
    4
    Views
    1,226

    Re: Code bugs

    I have created two classes, TicketMachine and User. The TicketMachine is supposed to print a ticket with adult tickets and child tickets, amount of money inserted (method), total income, balance etc....
  2. Thread: Code bugs

    by heptix
    Replies
    4
    Views
    1,226

    Re: Code bugs

    The reason why I double quote is that I use the datatype String as parameter. The fields priceChild and priceAdult is both double, so thats not the problem.
  3. Thread: Code bugs

    by heptix
    Replies
    4
    Views
    1,226

    Code bugs

    I'm new to Java, and I'm trying to write a program using BlueJ for a school assignment. I get several errors when I try to compile the source code. Please help! :confused:

    public double...
Results 1 to 3 of 3