Recent content by Murphyv10

  1. M

    Having massive problem in making this work !!!!!!!

    public class Flight { //instance variables private String flightNumber; private String day; private String destination; private int freeSeats; private String error; // constructors public Flight() { this.flightNumber = " "; this.day = " "...