Search:

Type: Posts; User: Elementality

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,302

    [SOLVED] Re: ArrayIndexOutOfBoundsException

    Yikes, can't believe i didn't catch that. Thanks!
  2. Replies
    2
    Views
    1,302

    [SOLVED] ArrayIndexOutOfBoundsException

    So far, my loop will print the first element and then it errors out. Any suggestions would be great.


    public class Test {

    /**
    * @param args
    */
    public static void main(String[] args)...
  3. Replies
    1
    Views
    1,168

    [SOLVED] if statement issue

    if i enter "y" when prompted to play again, i get the "good bye" message. what is happening?


    public static void main(String args[])
    {
    Scanner in = new Scanner(System.in);
    ...
  4. [SOLVED] Trouble accessing variables from other classes

    I'll try to keep this short.

    I need to access ParkedCar.minutesParked and ParkingMeter.minutesPurchased from ParkingTicket.calculateFine() and I keep getting an error that the variable isn't...
Results 1 to 4 of 4