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
Get step-by-step solutions from verified subject matter experts
