This is my code:
String [][] array = { {" /\ "},
{" / \ "},
{" / \ "}}
I would like to print it out, but when I compile it, then always comes the following error message:
illegal escape character
And the "/\" gets marked.
I know, that /\ is the symbol for escape, but how can I bypass this?
For help I would be very gratefull!