Question
Theme Park is one of most attractive places to be visited especially during the school holiday in Malaysia. Desa Park is a theme park that will open early next year in Selangor. Desa Park offers many water activities, indoor games and rides in which all of them are all scattered in different locations in the park. In addition, the ticket fee is charged at each activity, games or rides chooses by visitors.
To streamline the Desa Park management and operation process, JustCode Software House has been appointed to provide an application that support the ticket purchasing process and information of the theme park. As a programmer at JustCode Software House, you need to develop an application that has the following functionalities so that the visitors can planned their activities well. The functionalities are:
i. Store the information of ticket fee for each activity, games or ride using linked list and calculate the total payment for tickets ii. Calculate the distance travelled by a visitor using graph. Visitors need to mention the sequence of locations to be visited in the theme park.
Task:
1. Provide overview and objective of your application development.
2. Draw a visual map of theme park with locations of activities and distances among all the locations using graph.
3. Produce adjacency matrix and adjacency list that represents locations and distances for a graph in Task 2.
4. Develop an application that fulfill the requirements below:
a) Implement linked list to calculate the tickets fee and display the fee for each location and total ticket fee.
b) Implement graph that represent locations (vertices) and distances (edges) that map your design in Task 2 and Task 3.
5. Apply good programming practices in terms of:
a) Flow of the system (appropriate menu)
b) Comments
c) Output layout
6. Include print screen of the output and the coding of your application in your report.
7. Present your application which include:
a) Content
b) Visual aids
c) Verbal communication
d) Fluency and clarity
e) Non-verbal communication
f) Understand and respond to questions
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme