Search:

Type: Posts; User: gmorris1986

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    3,292

    Re: 2D Array Question

    Here is the AirPlaneSeatInitializer class containing the 2D array...



    import javax.swing.*;

    public class AirPlaneSeatInitializer
    {
    private static String [] seatLayout = {"4509", "2707",...
  2. Replies
    2
    Views
    3,292

    2D Array Question

    Let's say in one class I have a 2D array with rows 16 and columns 6 named AirPlaneSeatInitializer. Now in another class I have code that prompts the user to input data named AirPlane. For this...
Results 1 to 2 of 2