Commit a6762c0b authored by daniel.tang's avatar daniel.tang

Update Program V6

parent cafc33d3
......@@ -65,7 +65,7 @@ class assessment_part_1 {
} // Main end
private static void flightAvaliable() { // Flight display
public static void flightAvaliable() { // Flight display
int l = 28; // from 28
do {
......@@ -387,7 +387,7 @@ class assessment_part_1 {
boardDestination.get(i) + "\t" +
travelsClass.get(i) + "\t" +
boardseatBook.get(i) + "\t" +
boardFlight.get(i) );
boardFlight.get(i) );
System.out.println("--------------------------------");
}
......
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