I have done C++ in the past and to continue with a long line of code I would use the:
\
operator. My compiler does not seem to recognize that in Java (obviously). What command do I use for next line within the code itself, not the output.
Edit: example -
System.out.println("This code os too long to be put in one extremely long line of code so that is why I am asking this question\nThanks!");
Error: 1 error found: File: H:\CISS 110\BarakGasPrice.java [line: 12] Error: String literal is not properly closed by a double-quote