@Naveen - We need teacher like you in school and colleges. As most of us struggle with the fundamental because our basics are not clear and in this our faculties are also responsible I used to watch videos to understand the ⭐ pattern but no one ever explained the way you do. Much appreciated 🙏
The faculties in general colleges(not the premier ones) are those who didn't get any jobs and became a lecture later on. Here Students career is at stake. That's the reason Education system in India is so poor.
Your Java Interview Questions and Solutions are really helpful....!!And you explain every concepts so simply and it becomes easy to understand..Keep Uploading more and more interview Questions like these..!!
Wow Thank You so much Naveen finally you made this video..... I am literally a person who strives to view this video in your explanation..... Thanks a lot
Very well explained Naveen Sir. When any interviewer asked to do practically then we are always do mistakes. The way, you have explained this, No one can forget these patterns. :)
I started following all your videos and it has helped me to understand better. Thanks alot for these videos...Please post videos about resolving complex programs
Naveen awesome explanation. Create more programming interview questions videos. The above link contains lots of programs asked in the interview. Could you please make videos on them
declare an int inside outer loop and initialize with number you want to start with, like int a = 1; then inside inner loop instead of print("*"), use print(a) then increament a: a++;
if you're asked to print letters instead of numbers, same logic, just use a char instead of int: char ch = 'A'; and increament ch inside inner loop after print ad ch++;
declare an int inside outer loop and initialize with number you want to start with, like int a = 1; then inside inner loop instead of print("*"), use print(a) then increament a: a++;
public class Pattern2 { public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.println("Enter number of Rows"); int rows=sc.nextInt();
Nice explanation Naveen, with this no one can forget the concept.. one can answer from the sleep..🙏🙏👍
The key is explanation, its hard. You need mentor to guide you.
I started loving programming because of your explanation techniques..you are just the best 👌
@Naveen - We need teacher like you in school and colleges. As most of us struggle with the fundamental because our basics are not clear and in this our faculties are also responsible
I used to watch videos to understand the ⭐ pattern but no one ever explained the way you do.
Much appreciated
🙏
The faculties in general colleges(not the premier ones) are those who didn't get any jobs and became a lecture later on. Here Students career is at stake. That's the reason Education system in India is so poor.
Your Java Interview Questions and Solutions are really helpful....!!And you explain every concepts so simply and it becomes easy to understand..Keep Uploading more and more interview Questions like these..!!
Wow Thank You so much Naveen finally you made this video..... I am literally a person who strives to view this video in your explanation..... Thanks a lot
The Great way of Explaination Naveen... Concept Fit in Mind forever.💯☑️🙏
Your explaination is always very helpful Naveen
crystal clear way of teaching, thanks a ton
Thanks 🙏🏼 Naveen.. Tum jio hazaro Sal... I was looking for this and you uploaded...
Very well explained Naveen Sir. When any interviewer asked to do practically then we are always do mistakes. The way, you have explained this, No one can forget these patterns. :)
Thanks a lot sir.. can we start #100days coding challenge?
Very good explanation , thanks alot 🤲
the importance of star patterns is only revealed when u get trapped in complicated projects and start patterns helps u out.
for example
So beautiful explanation
Great work Naveen 🙏
Coding is easy from navin sirji
well explained and detailed
Great Explanation🙏
Thanku sir very well explained👍,love this java series
I started following all your videos and it has helped me to understand better. Thanks alot for these videos...Please post videos about resolving complex programs
Thank you sir 🙏very much useful for the freshers like me
Thank you Naveen.
What is the application of the star pattern in real world?
Sir are you working on Seimens healthcare..
Kudos sir👍👍👍
Hi Naveen,
How we can integrate and use JSON files as test data with POM Framework?? Please make a video on that
nice approach
Naveen awesome explanation. Create more programming interview questions videos. The above link contains lots of programs asked in the interview. Could you please make videos on them
Can you make video in which we have to print numbers instead of star? Also the numbers should start from 1 in each line.
declare an int inside outer loop and initialize with number you want to start with, like
int a = 1;
then inside inner loop instead of print("*"), use
print(a)
then increament a:
a++;
if you're asked to print letters instead of numbers, same logic, just use a char instead of int:
char ch = 'A';
and increament ch inside inner loop after print ad
ch++;
@@MohammedAbHaseeb no, to print alphabets you need to use ASCII values
@@AbdullahKhan-dl9lm char uses ASCII only
I wrote same logic in C#, it just works fine.
Try once in Java
Thank you brother
Sir also explain number patterns
declare an int inside outer loop and initialize with number you want to start with, like
int a = 1;
then inside inner loop instead of print("*"), use
print(a)
then increament a:
a++;
Hi naveen could u please cover allure report integration with POM pytest framework and api testing with python
Matrix array addition subtraction ?
Nice Sir
Hii sir,
If u don't mind
May I know the ide...?
It's eclipse :)
@@naveenautomationlabs okay sir thank u❤️
public class Pattern2
{
public static void main(String[] args)
{
Scanner sc=new Scanner(System.in);
System.out.println("Enter number of Rows");
int rows=sc.nextInt();
for(int i=rows;i
Better to explain in board rather than paint
Today I had js interview I wrote this with just 1 for loop , still she rejected me lol
Was she expecting one single statement?
Thank you so much Sir
Thanks you so much sir