toString() method
Declare: String str
If this.value is 11 then
str = "J"
Else if this.value is 12 then
str = "Q"
Else if this.value is 13 then
str = "K"
Else if this.value is 14 then
str = "A"
Else
str = Integer.toString(this.value)
End if
//converts number to string
return concatenated string to read. "(this.suit,str)" //single statement