21-nov-2005 [02:00] can someone in here help me with an Airport Queue Simulation. I have to use Queue List ADT. I have the queue working i need serious help with the probability and create a plain (enqueue) and remove plains (dequeue) can someone help [02:00] please [02:00] * More|ZzZz is now known as Mmore [02:01] so anyone in here [02:01] that can help me [02:04] * Job1 has quit IRC (Read error: EOF from client) [02:04] * [BB]Stark is now known as [BB]Stark`off [02:07] anyone help me [02:07] * capiRave has joined #java [02:07] * capiRave is now known as apamil[zLJ [02:07] can someone help me [02:09] * apamil[zLJ has left #java [02:09] if your queue is working, what is the problem ? ... [22:37] hi i am working on queues and i have enqueue written and i am working on dequeue can u guys help me heres the code i have so far http://phpfi.com/88040 22-nov-2005 [22:49] anybody know where i can find a linkedlist code (note: his code already uses a java.util.LinkedList, and incidentally the assignment is to create a queue) 28-nov 2005 [22:01] * ZeroORDie has joined #java [22:01] /MSG Q@CServe.quakenet.org AUTH ZeroORDie Computer [22:01] <[Server]Egrimm> kthx [22:01] * |SenSatCla has joined #java [22:01] subtle [22:01] you might want to change that :) [22:02] yea [22:03] hehe [22:03] how do i change password 1-dec 2005 [02:22] * ZeroORDie has joined #java [02:22] hi [02:22] for multiplying X times Y [02:22] i did X*Y [02:23] * [FB]Maxis has joined #java [02:23] and i was wondering if i need to import math [02:23] if so [02:23] what is it [02:23] !multiply [02:23] no [02:23] * is an operator [02:23] k [02:23] not something imported from math [02:23] k [02:23] you can use it without importing anything [02:23] it should work [02:23] but it isnt [02:24] * [FB]Maxis is now known as [Np]SqyDus [02:24] int a = x * b; [02:24] yep [02:24] how is it not working [02:24] ? [02:24] no clue [02:24] * [Np]SqyDus has left #java [02:24] ? [02:24] err? 20-dec 2005 [01:20] i just need to move the arrays from one class to another cant someone help me ... [02:05] ok if i have an array declared in a class [02:06] how can i call the array in a different class [02:06] * EdudE has quit IRC (Ping timeout) [02:06] * IsKall is now known as tester21 [02:06] make it public [02:06] i have public double [][] Data; [02:07] now in a different class [02:07] return it with a getter function ? [02:07] k