A simple Java-based application for managing a cinema system. The project includes classes for handling movies and related products (e.g., tickets or snacks).
- Display or manage a list of movies
- Handle cinema products (e.g., snacks or merchandise)
- Console-based user interface (assumed from source files)
- Make sure you have Java installed on your system.
- Compile the Java source files:
javac OurMovie.java products.java
java OurMovie