Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+16 votes
asked in CSC211_Winter2018 by (1 point)

2 Answers

+8 votes

No, but "System.out.println();" would work to make a blank line.

The difference being "()" instead of "{}"

answered by (1 point)
+2

Can we have a space between System.out.println and "()" or it has to be connected?

+2

You can have a space or no space in-between those. I tend to keep them together just as habit.

+5 votes

No it would not work but If you are trying to use it to get to a new line use () instead.

answered by (-499 points)
...