|
zemaken (November 30, 1999 at 12:00 am)
cant you use .parses to convert primitves to strings or something like that??
gorilla3d (November 30, 1999 at 12:00 am)
I might be Puerto Rican, but my spanish sucks ~_~ por favor me perdone por mi español es muy malo
carajo16 (November 30, 1999 at 12:00 am)
puedes hacer videos en español men porfa
wasashka (November 30, 1999 at 12:00 am)
Wow you really are self taught. you need to tell your audience you are creating objects or your going to lose them.
ahmedyunis (November 30, 1999 at 12:00 am)
Thanks man even this little explanation is of
great hjelp.Iam very very new to java though.
DeltaYourmom (November 30, 1999 at 12:00 am)
Wow, I'm surprised. I'm just starting to learn Java, and the variables are almost identical to C++ (I'm already a C++ programmer).
hakz07 (November 30, 1999 at 12:00 am)
you can store things in it, e.g, you have a variable type that is an int called x. you can put anything in x, and use x instead of the number. like x = x * 2. Will multiply by 2 the int you used as x, and then replace what was in x with the new answer. "No", is just a name he put in the string called name. Could be anything from "dave" to "Shermz". Although, if u are using char with an array, (he only used [2],) so you can only store two letters. u can replace 2 with any amount of numbers.
moneyngod (November 30, 1999 at 12:00 am)
You go into advance topics like arrays. Just should of shown how to declare an array. Teach the basic like declare a variable or more than one then how to assign a datatype to it. You go way to fast.
gorilla3d (November 30, 1999 at 12:00 am)
Also what things did I skip over?
gorilla3d (November 30, 1999 at 12:00 am)
I'll look into revisioning this tutorial. |