Java 02: Variables
7 Responses to “Java 02: Variables”Leave a ReplyPosted on May 12th, 2007 by admin Filed under Java Basics | 7 Comments » |
|
Java 02: Variables
7 Responses to “Java 02: Variables”Leave a ReplyPosted on May 12th, 2007 by admin Filed under Java Basics | 7 Comments » |
|
what can i …
what can i accomplish with variables and what is “No”
There is also byte …
There is also byte o.0… witch i nethed used, lol?
If this is a …
If this is a tutorial you go way to fast and skip over so many basics.
I’ll look into …
I’ll look into revisioning this tutorial.
Also what things …
Also what things did I skip over?
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.
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.