@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.
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
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..!!
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
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();
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++;
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.
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
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..!!
The Great way of Explaination Naveen... Concept Fit in Mind forever.💯☑️🙏
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 🙏🏼 Naveen.. Tum jio hazaro Sal... I was looking for this and you uploaded...
crystal clear way of teaching, thanks a ton
Your explaination is always very helpful Naveen
Coding is easy from navin sirji
the importance of star patterns is only revealed when u get trapped in complicated projects and start patterns helps u out.
for example
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
Thanku sir very well explained👍,love this java series
Very good explanation , thanks alot 🤲
Thank you sir 🙏very much useful for the freshers like me
Thanks a lot sir.. can we start #100days coding challenge?
So beautiful explanation
Great work Naveen 🙏
Thank you Naveen.
Great Explanation🙏
Hi Naveen,
How we can integrate and use JSON files as test data with POM Framework?? Please make a video on that
well explained and detailed
What is the application of the star pattern in real world?
Sir are you working on Seimens healthcare..
Kudos sir👍👍👍
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
Thank you brother
nice approach
Hi naveen could u please cover allure report integration with POM pytest framework and api testing with python
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
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
Nice Sir
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++;
Matrix array addition subtraction ?
Hii sir,
If u don't mind
May I know the ide...?
It's eclipse :)
@@naveenautomationlabs okay sir thank u❤️
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