Search:

Type: Posts; User: Semion

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    2,648

    Re: Need some help with a Checkout Area Simulator

    // DO NOT ADD NEW METHODS OR DATA FIELDS!

    package PJ3;

    class Cashier {

    // define constants for representing intervals
    static int BUSY = 1;
    static int FREE = 0;
  2. Replies
    10
    Views
    2,648

    Re: Need some help with a Checkout Area Simulator

    I'll try that out. Thanks!
  3. Replies
    10
    Views
    2,648

    Re: Need some help with a Checkout Area Simulator

    Sorry for the confusion. It's pretty much how you just explained it but it's according to each customer's transaction time and the total simulation time you set. You can set the total simulation time...
  4. Replies
    10
    Views
    2,648

    Re: Need some help with a Checkout Area Simulator

    Ah, that's in the "CheckoutArea" file. Second one down from the previous post. All of the events are handled there, from cashier free to busy, to customer waiting and being served, to setting up the...
  5. Replies
    10
    Views
    2,648

    Re: Need some help with a Checkout Area Simulator

    Absolutely. First, you enter all of the required fields that the program is asking for (total simulation time, max transaction time, chances of a new customer entering the queue, number of cashiers,...
  6. Replies
    10
    Views
    2,648

    Need some help with a Checkout Area Simulator

    Hi all,

    I've been working on this project for the past week and feel like I'm almost done. I've worked through most of the bugs but one is escaping me. The program is a Checkout Area Simulator for...
Results 1 to 6 of 6