Which of the following statement is true.
A
There exists a Simple Graph having 10 vertices such that minimum degree of the graph is 0 and maximum degree is 9
B
There exists a MultiGraph having 10 vertices such that minimum degree of the graph is 0 and maximum degree is 9
C
There exists a MultiGraph as well as a Simple Graph having 10 vertices such that minimum degree of the graph is 0 and maximum degree is 9
D
None of the mentioned
Correct Answer: There exists a MultiGraph having 10 vertices such that minimum degree of the graph is 0 and maximum degree is 9
If a vertex has a degree 9 that means it is connected to all the other vertices, in case of Multigraphs for an isolate vertex, and a multiple edge may compensate.