@CodeWithHarry Good evening, The intellij idea is not giving the boiler plate also the syntax is not getting highlighted and cant run the program .I tried turning off the PowerSaving mode thentoo its not becoming off ..please help because i am not able to run the programs .
Oh My God! He could generate huge money by selling this course but he wants us learn free and cares of those who cannot afford premium courses. More importantly, I am not feeling bored looking his videos .In fact, His videos makes me look them twice. Salute for You! Harry Sir.
During my university days, I was very scared about Java practical lab, because of the questions of the lab exam, I clearly remember that we had a question about the 2D 3D dimensional array in the question paper, and I was unable to do this kind of problem-solving, now with the help you harry bhai, I can do it. Maybe I will not get the marks but I can feel proud that I can do it by myself. now it's an achievement for me. thank you very much Harry Bhai. God bless you.
so far best video for learning multi-dimensional array. I have learnt C as my first language .But I didn't understand the concept of multidimensional array. Thanks a lot Harry Bhaiya for making it simple and clear
even though the video was about 15min long, but me personally invested 3hours on this video to clear all the concepts.. Teacher ji the way you explain i think nobody in this world can teach me the way u have teached me.... love u bhaiya(guruji) :)
Easy analogy of Multidimensional array --> Ek school --> uske andar bohot saari classes --> classes ke andar unke section -->section ke andar students--> aur student ke andar unki information
I have no words for you Harry Sir Ap free may paid courses say zaida achay say course prha or sikah rahy hai. Thank you so much for giving us free knowledge love from across the border 🥰😇.
At the start of the video me think to make an 8d array at end of the video, me realizing the complexity of arrays in multidimensional, Harry said {apko 2d tak samjha toh kush raho me, here happy with 1D }
public class max_min{ public static void main( String[] args) { int [] marks={65,70,85,90,95,40}; int min=marks[0]; int max=marks[0]; for (int i=0;imax){ max=marks[i]; } if(marks[i]
exam k wajah se videos dekhne mein late ho rahin hain, nahin toh main video upload karne ke 1 se 2 minutes bad hi like and comment kar deta hoon. by the way thank you harry sir for this java course
Sir but when we create an MD-array so the array which is inside the array it is possible that the other array may string of array and then other array main be all floating point array?
Harry bhai please keep a program for matrix multiplication in Java in the practice set of arrays Please it is a request 🙏 and matrix should be taken by user input. Please Harry bhai mana mat karna
import java.util.Scanner; public class average { public static void main(String[] args){ Scanner sc = new Scanner(System.in); System.out.println("Enter marks of physics of 5 students out of 100 :"); float [] marks = new float[5]; for (int i=0; i
Source Code aur notes dono hi site par aur description me update kar diye hain 😊😊
Thank you so much ❤️ bro
Vai watch your C++ episode,video no 6 and watch time 13:02..please please..please
Data Structures ke notes bhi upload kardo harry bhai❤️
@CodeWithHarry Good evening,
The intellij idea is not giving the boiler plate also the syntax is not getting highlighted and cant run the program .I tried turning off the PowerSaving mode thentoo its not becoming off ..please help because i am not able to run the programs .
thanks bhai is series me android app bhi banayenge
Oh My God! He could generate huge money by selling this course but he wants us learn free and cares of those who cannot afford premium courses. More importantly, I am not feeling bored looking his videos .In fact, His videos makes me look them twice.
Salute for You! Harry Sir.
Can u tell where are full notes in one pdf ???
@@anujpratapsinghrathoud1093 there aren't.
I know you are waiting for heart
@@gamingretro343 lol
supoose if he sail his course rs 1 rs only at one time he is a millioniore only one rs what if he sil rs 100 rs course he will be billioniore
Harry is the Best
HTML OP
New html version HTML6
Programming lang = "Harry bhai"
HTML is good but you can give respect in java
Html 5
During my university days, I was very scared about Java practical lab, because of the questions of the lab exam, I clearly remember that we had a question about the 2D 3D dimensional array in the question paper, and I was unable to do this kind of problem-solving, now with the help you harry bhai, I can do it. Maybe I will not get the marks but I can feel proud that I can do it by myself. now it's an achievement for me. thank you very much Harry Bhai. God bless you.
Hum jese gareebo k liye ,Harry bhai h ... Stretch se top tak ka rasta aasan kr diya h ...Bohat bra thanks Harry bhai❤️
You are always one step ahead of... every instructor...and teachers ...in YT......atlast I found what I was looking..for....💗❤️🤗
your videos are so good that I am watching this playlist at 1:00 am night and I can't stop myself from moving to the next video!!!!!.......
Prove that harry bhai have a big heart ❤️
Thanks harry bhai
Heart ke saasth Saap bhi badaaa hoga 😂
@@KartikKumar-xq3he you mean python 😜
Bhi English sikh le pehele please!
@@KartikKumar-xq3hebhai gay hai kya
so far best video for learning multi-dimensional array. I have learnt C as my first language .But I didn't understand the concept of multidimensional array. Thanks a lot Harry Bhaiya for making it simple and clear
even though the video was about 15min long, but me personally invested 3hours on this video to clear all the concepts.. Teacher ji the way you explain i think nobody in this world can teach me the way u have teached me.... love u bhaiya(guruji) :)
Your Courses Are Really Helpful. First i have done with C++. Now I am doing Java Course. It's Amazing. Thanks For Your Struggles...
Easy analogy of Multidimensional array --> Ek school --> uske andar bohot saari classes --> classes ke andar unke section -->section ke andar students--> aur student ke andar unki information
Excellent Method for understanding multidimensional arrays Thanks for this video this video is really helpful for Programmer.👍
I have no words for you Harry Sir Ap free may paid courses say zaida achay say course prha or sikah rahy hai. Thank you so much for giving us free knowledge love from across the border 🥰😇.
for each for 2d array :
for (int[] value1:flats){
for(int value2:value1){
System.out.print(value2);
System.out.print(" ");
}
System.out.println();
}
I created 3-D array without help and Traverse through for loop ... thanks Harry :)
Seriously liked your tutorial.... The way explanation and notes are so amazing ❤️🙏🏻
One of the best explanation for multi Dimensional Array .❤🤩
Best teacher and guidance in the world
At the start of the video me think to make an 8d array at end of the video, me realizing the complexity of arrays in multidimensional, Harry said {apko 2d tak samjha toh kush raho me, here happy with 1D }
❤️❤️❤️
Completed python
Way to java
.
Harry bhai android studio continue karo
Haan please android continue karo Harry bhai
public class max_min{
public static void main( String[] args) {
int [] marks={65,70,85,90,95,40};
int min=marks[0];
int max=marks[0];
for (int i=0;imax){
max=marks[i];
}
if(marks[i]
Matrix ka yaad aa gaya 9:03
IIT ki taiyari kr rha tha nhi hua to socha IITian se hi sikhlu
Aur mera ye decision kaffi acha Raha
Thanks Harry bhaiya❤
Seriously, thank you is very small word to appreciate you... You are changing my life...❤🥺. May God fulfill All your wishes...
Sir you are the person who is actually struggling
EXCELLENT TEACHING ,BRO YOU ARE THE GOD OF PROGRAMMING ,THANKS A LOT
literally, almost 500k students are getting benefits from this lecture. 500k views in just 2 years. It's incredible.
Thanks so much for such a beautiful playlist on java!! I have one doubt at 11:45 the inner for loop, I did not understand this j
The number of columns on row i
BEST TEACHERS CodWithHarry
Multidimensional Array is like inception movie...
BTW love u Harry bhai and Thanks for this beautiful course
You are genius bro you have completed python ,c,c++,php and my sql and many other coureses
7:19
2:45
14:57
12:16
Here i have done the 3-d array
public class Flats {
public static void main(String[] args) {
// Declare a 3-dimensional array to represent flats
int[][][] flats = new int[2][3][2]; // 2 buildings, 3 floors per building, 2 apartments per floor
// Initialize the flats with apartment numbers
// Building 1
flats[0][0][0] = 101; // Floor 1, Apartment 1
flats[0][0][1] = 102; // Floor 1, Apartment 2
flats[0][1][0] = 201; // Floor 2, Apartment 1
flats[0][1][1] = 202; // Floor 2, Apartment 2
flats[0][2][0] = 301; // Floor 3, Apartment 1
flats[0][2][1] = 302; // Floor 3, Apartment 2
// Building 2
flats[1][0][0] = 401; // Floor 1, Apartment 1
flats[1][0][1] = 402; // Floor 1, Apartment 2
flats[1][1][0] = 501; // Floor 2, Apartment 1
flats[1][1][1] = 502; // Floor 2, Apartment 2
flats[1][2][0] = 601; // Floor 3, Apartment 1
flats[1][2][1] = 602; // Floor 3, Apartment 2
// Print the apartment numbers for each flat
for (int building = 0; building < flats.length; building++) {
System.out.println("Building " + (building + 1) + ":");
for (int floor = 0; floor < flats[building].length; floor++) {
System.out.print("Floor " + (floor + 1) + ": ");
for (int apartment = 0; apartment < flats[building][floor].length; apartment++) {
System.out.print(flats[building][floor][apartment] + " ");
}
System.out.println();
}
System.out.println();
}
}
}
sir U r far better than our university teachers seriously :)
exam k wajah se videos dekhne mein late ho rahin hain, nahin toh main video upload karne ke 1 se 2 minutes bad hi like and comment kar deta hoon. by the way thank you harry sir for this java course
your course is very good ap ka course abi continue ha mana samja ka siraf 27 vedios hi bnai hain ary bhi please thora jaldi sa complete kr do .💕💕💕💕💕💕
Superbly Explained, Thanks a lot.
New thumbnail 😁
you cleared my all doubts of multidimensional array
You r awesome harry bhai. your way of teaching is very good. i really learn alot till now and i must end this playlist to learn more . keep it up bro
hey thanks harry bhai i even tried 3d array with nested for and it was working perfectly fine thanks i got it
Array Array Harry bhai, ek hi toh dil hai, kitni baar jeetoge...
Brother flet ka example acha tha & puri play list me best example diye aap ne🤩👍.
Atlast someone taught me well M-D arrays...thank you bhai🙆
Ek hi dil❤ hai bhai....
Kitane bar jitoge❤🥰🥰💛👌
Bhai sahab kya khoob insaan ho yr tum...🎉🎉
Sir but when we create an MD-array so the array which is inside the array it is possible that the other array may string of array and then other array main be all floating point array?
Thanks a lot sir
Thank You So Much sir for your efforts really helped to understood.
God bless You
Harry.util.Scanner;
Public class harry{
Public static harrymain{
System.out.print("harry is the beat");
Make things easier.🔥🔥🔥🔥
Brother you are great.🙏🙏🙏🙏
Nice video harry Bhai apne concept aasani se samjh me aa jate hai😁😁😁❤️
Ae Raju sham Harry bhai ne video Dalela hai😂💖
Lol
This video is very Useful 🔥🔥🔥
Arre sir kitni mehnat kri h aapne iss course m fantastic....
I'm learning slowly
Best course for beginners in java
Harry bhai dry run krke dikha dete to samjhne me thodi aasani hoti 🤧
Bahut Acha video tha sir. The explanation was very smooth. I am happy that I chose u as my teacher and guide. Thanks a lot ❤️
Very nice explanation of M-D array..
Today I understood how look n-d array..
Thank u Harry sir❤️❤️❤️👍
Bro thank you apko nhi hame bolna chahiye kyuki aise ache content ki jarurat hame hai thank you so much bro love you
Bhot hi kamal video bhaiya!!! everything is so much easier now! god bless u
*Enhanced Way*
for (int[] i : flats) {
for (int j : i) {
System.out.print(j);
System.out.print(" ");
}
System.out.println("");
}
Bro if possible please upload 2 videos in one day........that would be really helpful 🙏
Thankyou.
You helped me a lot in learning.
Loving This Course!!!!!
2:41 great explanation
He deserve likes in billions
Thanks a lot sir for creating this video!
CODE WITH HARRY > My school teacher
Great. Harry Bhai, you always make a smile on our face everytime. This revolution is going to be legendary.🙇🏻♂️🙇🏻♂️
Harry Bhai. You are a LifeSaver
Ha bhai ! kar diya like
hii sir ! apki video dekh ke maine coding sikhi hai aur khud bhi youtube channel bna diya hu.
Amazing java course ❤️
Love you GURU jii aap ki video se buht help or information milti ha thanks bro
Your course is awesome,,,,thanks brother
thanks bro amazing teaching style
Really awesome way to describe the way you teach...really nice way to teach...thanks a lot
love your teaching method bro❤
Please continue to make videos on this course🙏
thanks bro😄😄
Love your teaching method bro❤️
Please continue to make videos on this course🙏
Very Helpful video of multidimensional array
I know God has created my Harry sir's heart of gold
Achese samajh aagya harry bhai
best video on youtube
I love your channel thanks for uploading this.
Amazing course bhai. Thanks
Kindly complete the dsa playlist as soon as possible. Best regards !
maan gaye guru ~ May 7,2k21 (6:51 pm)
Harry bhai please keep a program for matrix multiplication in Java in the practice set of arrays Please it is a request 🙏 and matrix should be taken by user input. Please Harry bhai mana mat karna
Harry Bhai, pls dry run karke samjha deta tho bohut a66a hotha!!
the notes are amazing
useful and efficient video course, well done professor harry bhai
Thank you so much Harry Bhaiyya, you explained very good. Thank you once again Bhaiyya.
thanks, sir this course is helpful!
Who else love watching codewithherry
Me
import java.util.Scanner;
public class average {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
System.out.println("Enter marks of physics of 5 students out of 100 :");
float [] marks = new float[5];
for (int i=0; i
Namaste bhaiya super video
This course is helpful!
Thank you for your efforts sir
Thanks sir for uplodung coding videos for free
Pradan kiye jayge was really epic 🔥🤣