This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package exam.project.sketch; | |
| import java.io.*; | |
| import java.util.*; | |
| public class Test_BookingSystem { | |
| public static void main(String[] args) throws IOException{ | |
| //BEGIN MOVIE-SELECTION - Yasamin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.Scanner; | |
| public class Userinformation { | |
| private String Name; | |
| private String Email; | |
| private long Phonenumber; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.time.*; | |
| import java.util.*; | |
| import java.lang.*; | |
| import java.io.*; | |
| public class Movie { | |
| private String movieName; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.time.*; | |
| import java.util.*; | |
| import java.lang.*; | |
| import java.io.*; | |
| public class MainMovie { | |
| public static void main(String[] args) throws IOException { | |
| Scanner input = new Scanner(System.in); | |
| System.out.println("\nEnter your Name"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.time.*; | |
| import java.util.*; | |
| import java.lang.*; | |
| import java.io.*; | |
| public class Movie { | |
| private String movieName; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.time.*; | |
| import java.util.*; | |
| import java.lang.*; | |
| import java.io.*; | |
| public class MainMovie { | |
| public static void main(String[] args) throws IOException { | |
| Scanner input = new Scanner(System.in); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.time.*; | |
| import java.util.*; | |
| import java.lang.*; | |
| import java.io.*; | |
| public class MainMovie { | |
| public static void main(String[] args) throws IOException { | |
| Scanner input = new Scanner(System.in); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.time.*; | |
| import java.util.*; | |
| import java.lang.*; | |
| import java.io.*; | |
| public class MainMovie { | |
| public static void main(String[] args) throws IOException { | |
| Scanner input = new Scanner(System.in); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.time.*; | |
| import java.util.*; | |
| import java.lang.*; | |
| import java.io.*; | |
| public class Movie { | |
| public String movieName; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.time.*; | |
| import java.util.*; | |
| import java.lang.*; | |
| import java.io.*; | |
| public class MainMovie { | |
| public static void main(String[] args) throws IOException { | |
| Scanner input = new Scanner(System.in); |