MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / toString

Method toString

Programs/Games/peg-solitaire/PegSolitaire.java:214–216  ·  view source on GitHub ↗

Returns a string that indicates the game name. @return a string representation of the game.

()

Source from the content-addressed store, hash-verified

212 * @return a string representation of the game.
213 */
214 public String toString(){
215 return "PEG SOLITAIRE GAME";
216 }
217
218 /**
219 * Method to create first board from scratch.

Callers 7

mainMethod · 0.80
mainMethod · 0.80
intToRomanMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected