Java 02: Variables
7 Responses to “Java 02: Variables”Leave a ReplyPosted on May 12th, 2007 by admin Filed under Java Basics | |
|
Java 02: Variables
7 Responses to “Java 02: Variables”Leave a ReplyPosted on May 12th, 2007 by admin Filed under Java Basics | |
|
July 20th, 2007 at 8:34 pm
what can i …
what can i accomplish with variables and what is “No”
August 19th, 2007 at 11:45 am
There is also byte …
There is also byte o.0… witch i nethed used, lol?
September 6th, 2007 at 8:53 pm
If this is a …
If this is a tutorial you go way to fast and skip over so many basics.
September 6th, 2007 at 9:03 pm
I’ll look into …
I’ll look into revisioning this tutorial.
September 6th, 2007 at 9:09 pm
Also what things …
Also what things did I skip over?
September 21st, 2007 at 4:12 pm
You go into advance …
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.
February 15th, 2008 at 3:45 pm
you can store …
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.