Java Video Tutorial 5: How to use Arrays (Pt 1 of 2)
Loading...
33,957
Uploader Comments (GWShane)
Top Comments
-
hv anyone told u that u sound like nicholas cage
-
@matthew360x No prob man!
see all
All Comments (31)
-
sound is a bit low
-
@NajanJan No problem! What danielgirotto put would work.
-
@devilskullsixtysix Yep, and lots of it.
-
@Ultimaxkeyblade Close enough.. it was a crappy laptop. I'm using something much better now though.
-
@fastbracelet No problem and thank you!
-
@kulangotses I don't see why not. You can populate arrays in a variety of different ways. What I showed was just one basic way of doing it.
Loading...
omg I have a Java quiz in two days and arrays still boggled me, this helped so much, thanks
Feuyaer 3 years ago
@Feuyaer Great! Glad it helped.
GWShane 3 months ago
Partly good. I think you should have done this instead of print vartype[indexnum]
for(int i; i<5; i++)
{
print(array);
}
idk. but i give you 5 stars since it was professional and well explained.
CaedmonGames 3 years ago
@CaedmonGames Yes, that would've been much easier. However, the reason I decided not to go with a loop was because at the time I hadn't yet created a video explaining looping. But yeah, otherwise I would have done something like that. Thanks! I appreciate it.
GWShane 3 months ago
thanks for the java programming video btw hw do you memorize all the method??
nickgila 3 years ago
@nickgila I only have some of them memorized. I would think that it'd take a long time to memorize every single one.
GWShane 3 months ago