Three Dimensional Array (3 D ) | Java Programming Video Tutorial for Beginners

preview_player
Показать описание
In this video tutorial for beginners you will learn about the three dimensional arrays with example in java programming language.

You will learn how to create a three dimensional array, how to store and access values from them, how to use for loop to printout the elements of it in detail with example.

Get the source code of this tutorial at our website

Watch Video tutorials in HINDI at

Catch us on SocialMedia
Рекомендации по теме
Комментарии
Автор

Your example of three dimensional array is the best! I have seen many others and I don't know what they are talking about...

spidey
Автор

Been stuck on this topic for 3 days and it helped me immensly man. best wishes and thank you!

YoutuebPremiumUser
Автор

No word for your clear explaination and your voice...
you deserve award to make a good programmer and teacher...

RonakRawatBusiness
Автор

I was doing another tutorial that taught 1 and 2 dimensional arrays but I couldn't figure out how 3 would work. You explained everything pretty well and showing both methods certainly helped. As you said the number of dimensions that increase will make it harder to use but if you utilize the first method of doing it the long way it will probably be significantly easier than trying to memorize how many brackets you need need to initialize instantly lol. Good Video thanks!

CoachDMeadows
Автор

Great explanation; simply the best one so far.

benijordan
Автор

One of the best examples I have seen. Thank you so much for sharing.

jeremiahnji
Автор

Great explanation that picked up where my text book slacked off. THANK YOU!!!

leoangulo
Автор

Your explanation I really liked it . Thank you!!

poojasharma-ccur
Автор

Thanks Anil Shetty for the Effort you have put in making this Video. It was really usefull.
Do you have any tutorials for learning Selenium. Please share.

nagappanm
Автор

Hey! greetings from Venezuela and thanks for that!

slim_mike
Автор

awesome one, , , u explained tiz one nicely.

bashabro
Автор

Very Good Video. One Question I don't understand since you commented out the number of students, exams and marks how the for loop knows how many to print ? racking my brain! ha

MRLjDeveney
Автор

Multidimensional arrays make my head explode. I am just wasting time by playing with them, and I thought, what a great idea to make an array that represents a Rubix cube... A migraine letter, after drawing out junk on graph paper, I got:

String[][][] theCube = new String[6][3][3]; // 6 sides 3 Rows, 3 Columns



for (int side = 0; side < 6; side++) {
for (int row = 0; row < 3; row++) {
for (int col = 0; col < 3; col++) {
switch (side) {
case 0: theCube[side][row][col] = "BLUE";
break;
case 1: theCube[side][row][col] = "RED";
break;
case 2: theCube[side][row][col] = "GREEN";
break;
case 3: theCube[side][row][col] = "WHITE";
break;
case 4: theCube[side][row][col] = "ORANGE";
break;
case 5: theCube[side][row][col] = "YELLOW";
break;

}
+ ", ");
}
System.out.println();
}
System.out.println("");
}


OUTPUT:
BLUE, BLUE, BLUE,
BLUE, BLUE, BLUE,
BLUE, BLUE, BLUE,

RED, RED, RED,
RED, RED, RED,
RED, RED, RED,

GREEN, GREEN, GREEN,
GREEN, GREEN, GREEN,
GREEN, GREEN, GREEN,

WHITE, WHITE, WHITE,
WHITE, WHITE, WHITE,
WHITE, WHITE, WHITE,

ORANGE, ORANGE, ORANGE,
ORANGE, ORANGE, ORANGE,
ORANGE, ORANGE, ORANGE,

YELLOW, YELLOW, YELLOW,
YELLOW, YELLOW, YELLOW,
YELLOW, YELLOW, YELLOW,

josephkreifelsii
Автор

hey, tnx for your great video tutorial. can you make new video tutorial for php or python?

omidmohamadi
Автор

How can i make the user input their marks instead of I including it in the code?
Thank you.

kentatsu
Автор

please make a tutorial on the multithreading and exceptional handling 

Dangimon
Автор

good video. idk what an internal and external score is tho lol

EldenSoulsVids
Автор

So how will you give the student a name or uniq id?
I think you wold be better of using OO-programming (class Student, Excam, Marks)

SindreHauglum
Автор

Thank you. but I have a code, that I don't understand. If i post it here, can you please explain it in your comment?

SSonamoni
Автор

i cant run any programs whnevr i run it says cnt save file n blah if i try save as it gves sum run any progr plz hlp

durgeshmishra
visit shbcf.ru