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 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.
This is excellent FOGTALK 97%
FOGTALK 9 months ago
i understood nothing, what are variables for?
zapfou 9 months ago
@zapfou They hold values for you to use
JapeProductions1 9 months ago
good video
linkindead 1 year ago
char name[] = {'i', 'l'};
... -.-
RelentlessRSPS 1 year ago
knowing how C language works really helps you out in learning this Java thing :))
btw I'm new to java... why do we have to put "f" for floats?
bryronify 1 year ago
cant you use .parses to convert primitves to strings or something like that??
zemaken 3 years ago
puedes hacer videos en español men porfa
carajo16 3 years ago
I might be Puerto Rican, but my spanish sucks ~_~ por favor me perdone por mi español es muy malo
gorilla3d 3 years ago
never thought you were, btw nice vids man.
pentiumboard 3 years ago
@carajo16
Me gusta tu nombre de usuario
JMJqueseyo 1 month ago
Wow you really are self taught. you need to tell your audience you are creating objects or your going to lose them.
wasashka 3 years ago
Thanks man even this little explanation is of
great hjelp.Iam very very new to java though.
ahmedyunis 3 years ago
If this is a tutorial you go way to fast and skip over so many basics.
moneyngod 4 years ago
I'll look into revisioning this tutorial.
gorilla3d 4 years ago
Also what things did I skip over?
gorilla3d 4 years ago
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.
moneyngod 4 years ago 4
There is also byte o.0... witch i nethed used, lol?
littleplop 4 years ago
what can i accomplish with variables and what is "No"
Shermz1234 4 years ago
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.
hakz07 4 years ago