Implement a method with three arguments: a graph, a starting vertex number, and an ending vertex number. The method determines whether there is a directed path from the starting vertex to the ending vertex.
{This need to be in java and it's from the book "Data Structures and other Objects using Java, by Michael Main"}