A connected graph has six vertices and six edges.
How many of the following four statements must always be true?
- the graph has no vertices of odd degree
- the graph contains a Eulerian trail
- the graph contains a Hamiltonian path
- the sum of the degrees of the vertices is 12
- 1
- 2
- 3
- 4