Problem #496 CORE JAVA PROGRAMMING

Write a Java program to create a class called "Airplane" with a flight number, destination, and departure time attributes, and methods to check flight status and delay.

Your Solution