Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(In C++ please) Assignment 3 A: Cretaceous Park Map: Noted business man John Hammond is reviving his dinosaur-themed amusement park after a disastrous first attempt

image text in transcribed

image text in transcribed

(In C++ please)

Assignment 3 A: Cretaceous Park Map: Noted business man John Hammond is reviving his dinosaur-themed amusement park after a disastrous first attempt in 1993. He has hired you to develop a Geographic Information System (GIS) to quickly identify where someone is in the park based on their coordinates. A grid-based map of the park is shown below: You will prompt the user to enter in their X and Y coordinates, and then tell them where they are in the park. You should also warn them if they have strayed outside the park boundaries. You must call the class Assignment3A and put it in a file called "Assignment3A.java", "Assignment3A.cs", or "Assignment3B.cpp" You will need to use nested or compound IF statements to implement this program. Sample Output \#1: [Cretaceous Park GIS] x Coordinate: 10 Y Coordinate: 20 WARNING: You have left the boundaries of the park. Please return immediately. Sample Output \#2: [Cretaceous Park GIS] X Coordinate: 6.1 Y Coordinate: 2.2 You are at the Visitor's Center Sample Output \#3: [Cretaceous Park GIS] x Coordinate: 2 Y Coordinate: 2 You are at the T. Rex Lake

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions