Commit ecdb8e68 authored by LoomyGames's avatar LoomyGames

Renamed

parent 8e106cb4
import java.util.Scanner; import java.util.Scanner;
public class Yeyey1 { public class Airplanes {
static Scanner input = new Scanner(System.in); //We're just setting up the input for now; static Scanner input = new Scanner(System.in); //We're just setting up the input for now;
static String[][] seat = new String[100][29];//Seat array static String[][] seat = new String[100][29];//Seat array
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment