Question: C++ language Create a class location with integer attributes of latitude and longitude and a Boolean attribute which represents whether person has visited this location

C++ language

Create a class location with integer attributes of latitude and longitude and a Boolean attribute which represents whether person has visited this location or not. Create a function in class that finds distance between two points but first checks if both the locations are marked visited. Incase both marked not visited or any one of them marked not visited the function should throw an exception saying location not visited, aborting else the program should calculate the distance and display it.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!