View Single Post
Old 10-27-2003, 12:07 PM   #1 (permalink)
Stupidnewb
Registered User
 
Stupidnewb's Avatar
 
Join Date: Oct 2003
Posts: 6
Stupidnewb is on a distinguished road
I just forgot something really easy again.

Hello again everyone.


I was wondering what the symbol " " or notation or whatever it's called means when something like this appears.


int a = 2

int b = 3

int c = 4


system.out.println ( a + " " + b + " " + c);

So how does the computer determine what " " means, and where does it get that from?

Stupidnewb is offline   Reply With Quote