Hi,
I need to use the toString() to display some of the attributes about a class. However I have int values also that need to be displayed.
Is there anyway to include these into the following?
public String toString() { return "This player name is" + playerName; }
Thanks.