Task: Creating a Cinema Management Program. The Manager of Tana Cine is requesting you to help the company create a program to solve a number of problems the company is facing. The Cinema Management Program should be able to do the following things:
Allow only customers between the age of 6 and 79 to enter the cinema. Any customer with age less than 5 or greater than 80 should not be allowed in the Cinema. There are 20 seats in each Cinema thus the program should allow only 20 customers to enter each Cinema. Customers must pay for a ticket before entering the Cinema. Ticket Prices is 1000vt. Program should calculate how much money each cinema makes. Program should calculate change if needed. Program must ask for more money if the money enter is less than 1000vt. Program should let customers know when the cinema is full. Program should always calculate and display total money the cinema makes. Make sure that your program must have this three functions: Function 1 to check user age Function 2 to check amount entered by the user and calculate change if needed. Function 3 should be your main function.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of