Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    10
    Views
    2,645

    Re: Need some help with a Checkout Area Simulator

    Try debugging the code by adding some println() statements that print out the values of the variables used to control the logic flow. Use the Customer class's toString() method for most info...
  2. Replies
    10
    Views
    2,645

    Re: Need some help with a Checkout Area Simulator

    I'm interested in the design for the code. How are the events created and "executed"?
    For example the initial part of the simulation can create 1000 customers each arriving at a specified time....
  3. Replies
    10
    Views
    2,645

    Re: Need some help with a Checkout Area Simulator

    I was asking about the events in the simulation that control what happens and when. Things like: arrival, wait for cashier, go to cashier, leave cashier. How are all the future events created? Is...
  4. Replies
    10
    Views
    2,645

    Re: Need some help with a Checkout Area Simulator

    Can you explain the sequence of events that the code is trying to follow to do the simulation?

    Post all the code so the program can be tested.
Results 1 to 4 of 4