System.out.println("Sun");
System.out.println( " \ | / ");
System.out.println( " -- 0 -- ");
System.out.println( " / | \ ");
I really dont't know what is wrong, I'm trying to print the following "symbol" to screen in java (using eclipse IDE) but it doesn't work and I get an error. I don't understand where this error comes from...
What happens and how can I solve it?
Thank you for your time and attention.