First thing looking at your code.. The for statement your going to want Vertices.size(); without the +1. The size() method takes into account that the first value will be at index 0. Throws:...