Just got the wonderful Line is longer than 80 characters error.
I realize this could very well be a n00b question ;-)
I tried splitting after the ":" putting both lines in brackets and connecting them with + " but didn't work well for me, anyone know how?
public String toString()
{
return "The value of the coin is: "+cents+"\nThe coin is facing:"+flipCoin.toString();
}