Exemplo n.º 1
0
 public static string WinString(Score score)
 {
     return("Winner: Player " + score.Winner().ToString().ToUpper() + " with " + score.WinScore());
 }
Exemplo n.º 2
0
 public static string WinString(Score score)
 {
     return "Winner: Player " + score.Winner ().ToString ().ToUpper () + " with " + score.WinScore ();
 }