Yes you can.. just take a variable and assign it with number... Then use variable instead of * in printf() If you want * and number in between, you have to use 2 printf() statements according to your need
Pyramid patterns have any of following type. 1. Equilateral or isosceles triangle 2. Reverse/invert equilateral or isosceles triangle 3. Left triangle 4. Right triangle All are pyramid patterns. In this video i have explained the first one.
Mam aap bahut ache se samjhate ho mai apke saare video follow karta hun
the way you explained.it really helpful
Thank you mam ....keep it up
thank you! greatly explained .
I am very fan of your logical concept.
Very very Excellent Mam👍👍
Well explained. Really Helpful!
So easy ma'am 👌🏼👌🏼
Amazing teacher you r...your teaching is fun...i jus love d way u teach...a big tyou❤
mujhe comment ka option ni mil raha hai
Thank you madam. it is really helpful
Thanks Mam....
Nice
Very well explained👏
really nice
Amazing
If we need to put number in between star pattern then? (Interview question)
Yes you can.. just take a variable and assign it with number...
Then use variable instead of * in printf()
If you want * and number in between, you have to use 2 printf() statements according to your need
Thank you madam....Good Explanation.....
Armstrong pe bano video didi 🙏
Thank didi
Mam 2 D aur multidimensional array smjhna hai!
ruclips.net/video/PTpj6WB5L-k/видео.html
👍
nice explanation mam
mam your logic concept is very nice.
plzz upload the next video on Diamond pattern
Vinay kushwaha Thanks and i m glad that u liked...
i'll upload diamond video soon.
Pls SUBSCRIBE for new video notifications.
@@gagmansa hello
ganga mujhe comment ka box ni dikh raha hai
muhe kuch pochna tha
Mam java static samjao g vdeo pe
thank you did, aap project v discuss karo na please
sure, kis type ki projects chahte h aap...
maza aagya aapse sikh ke
ICSE Paper Wala Thank u, I'm glad that i could help...
pls subscribe for new updates...
thank you so much, mam.
Thank you for response to my comment.
Then what will be the difference between Pyramind star pattern and Left triangle star pattern ?
Please reply
Pyramid patterns have any of following type.
1. Equilateral or isosceles triangle
2. Reverse/invert equilateral or isosceles triangle
3. Left triangle
4. Right triangle
All are pyramid patterns.
In this video i have explained the first one.
At 7:47 why we want relation between i and j for filling j?
Bcz outer loop is of "i". That's y we need relation with "i". You can see we hv relation of s with i in S (space) loop too.
Can you please help us to understand int float long variables. Why we used int here ? Why not float.
I always have confusion between them.
We use float for decimal values.. Here we don't need any decimal value.
Data types in java
ruclips.net/video/XZYjJUWoqyE/видео.html
mam yaha par hamne i ki value 0 se kyo nahee li
isme hamne i ki value 1 se li hai kyu
hello
mam mujhe kuch pochna tha...
aap se code se related
help me
post your query at info.gagmansa@gmail.com
What if we want to print 4 triangle in horizontally
please check this video:
print patterns multiple times horizontally
ruclips.net/video/KoV2wTitBZw/видео.html
Please aap ye pattern kese solve kare bataiye..
5
5 4
5 4 3
5 4 3 2
5 4 3 2 1
ruclips.net/video/keE9NNu4m10/видео.html
Check above video and take variable int val =5;
print variable instead of "*"
System.out.print(val);
val--;