Commit 441db2b4 authored by Anon's avatar Anon

Last changes FINAL RELEASE

parent 48697493
...@@ -57,7 +57,7 @@ public class Book { ...@@ -57,7 +57,7 @@ public class Book {
String Seat = Format.format(Picked); String Seat = Format.format(Picked);
String Checked = Check(Seat); String Checked = Check(Seat);
if (Checked == "Available"){ if (Checked == "Available"){
System.out.println("ur ticket is booked m8"); System.out.println("ur ticket is booked");
} }
FlightClass = "First Class"; FlightClass = "First Class";
} }
......
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