Commit 3cfe864b authored by Anon's avatar Anon

Final

parent 441db2b4
...@@ -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"); System.out.println("your 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