Solve any star pattern program in C++

  Рет қаралды 76,395

Simply Coding

Simply Coding

Күн бұрын

Пікірлер: 53
@MuhammadAS-zx4ob
@MuhammadAS-zx4ob 10 күн бұрын
highly appreciated.. I saw only 2 shape and than i draw all the shape without seen a video. thanks alot. A very good concept.. from Pakistan
@tarahman7
@tarahman7 2 жыл бұрын
Next level knowledge provided in this video. Loved it. Thank you so much Simply Coding.
@farhana822
@farhana822 7 ай бұрын
I just want to say thank you I appreciate you so much. I didn't understand loops because my professors/peers/ and other KZbinrs didn't define what it meant by row or column. I know it's self explanatory but English isn't my first language so I had a hard time grasping the definition so I dropped intro to comp sci at least 4 times because loops were so scary. this video genuinely helped me out so much it's 2 am right now and I coded so many different loop patterns without cheating thanks to this video. thank you again
@siddhuminche1170
@siddhuminche1170 2 жыл бұрын
cosmic level teaching maam, thanks a lot. understood everything!
@FurqanTheGreat
@FurqanTheGreat Жыл бұрын
simply one of the best explainations that i have ever seen on star patterns thank you so much!;
@philipBarongo
@philipBarongo Жыл бұрын
thanks so much I am now comfortable to solve this star patterns thanks to you. I definitely would recommend everyone to this channel
@logeshdhamodaran432
@logeshdhamodaran432 2 жыл бұрын
really interesting and easy explaination. Though i have tried many videos i cant get this kinda perfect example explaination.thankyou so much sir
@syedshahidyasin1735
@syedshahidyasin1735 8 ай бұрын
I appreciate your handwork you explained it very well but a compact or efficient code is preferred in practical application
@aparnal5413
@aparnal5413 2 жыл бұрын
Thank you mam...it was very useful to us.....❤️😇
@M_3553
@M_3553 Күн бұрын
Thank you so much this video is amazing
@amirgardia4330
@amirgardia4330 2 жыл бұрын
Tq....so wonderful video... It helped me and clear all my dout...🙏🏻
@saiakshagn3553
@saiakshagn3553 2 жыл бұрын
Thank you Very much! Because of you I've understood very well!
@d.athegreat3947
@d.athegreat3947 Жыл бұрын
You simply the best.
@hariprakash4237
@hariprakash4237 2 жыл бұрын
Mam..., using this logic, i couldn't get the left and right Pascal star pattern...can you please explain that using the same logic used in this video? If yes, it would help a lot...if not , please provide the solution for the same.
@crewify5460
@crewify5460 2 жыл бұрын
Excellent ☺️
@umcscince
@umcscince Жыл бұрын
It was recommended by my friends, I never thought you are such a good teaching skills...thanks alot, love from Pakistan
@gozmit7806
@gozmit7806 Жыл бұрын
wow superb class
@babarmalik1928
@babarmalik1928 Жыл бұрын
Awesome video thank you
@idontdeserveher6467
@idontdeserveher6467 2 жыл бұрын
God level explanation yaar
@ibnebatuta4868
@ibnebatuta4868 2 жыл бұрын
Oo teri khair Itna heavy naam
@StudyHeavenYT
@StudyHeavenYT 3 ай бұрын
Thank you so much mam ❤
@Middleclassahmad
@Middleclassahmad Жыл бұрын
Mam please upload c++ full course 😢it helps us a lot
@Lamya_1
@Lamya_1 2 жыл бұрын
Thankyou mam , this was great
@97toyotacentury
@97toyotacentury 6 ай бұрын
thanks a ton !!!!!
@MohitGupta-iv3uc
@MohitGupta-iv3uc 3 жыл бұрын
Please provide solution for each pattern for cross check, literally it's gonna help a lot.
@VivekThapa-f1l
@VivekThapa-f1l Жыл бұрын
mam correct pattern is not showing in compiler when i tried to print right sided triangle by running your code..
@Ayesha48254
@Ayesha48254 Жыл бұрын
Same
@GuitarFable
@GuitarFable 11 ай бұрын
same
@minion-here
@minion-here 8 ай бұрын
#include using namespace std; int main() { int rows = 4; // Number of rows in the pattern // Loop through each row for (int i = 0; i < rows; i++) { // Print spaces for indentation (skip for the first row) if (i > 0) { for (int j = 0; j < i; j++) { cout
@music_blizzbgms9493
@music_blizzbgms9493 Жыл бұрын
Mam please upload the video butterfly pattern in java
@sarahyen3435
@sarahyen3435 3 жыл бұрын
thank you so much!!
@mrjdb5561
@mrjdb5561 Жыл бұрын
RESPECT++
@Cleo-k9b
@Cleo-k9b 2 жыл бұрын
Thanks a lot.
@AliyProgrammer
@AliyProgrammer Жыл бұрын
Amazing
@akmalfauzirahman6318
@akmalfauzirahman6318 Жыл бұрын
thanks bro
@Abhinav-rq5rh
@Abhinav-rq5rh 2 жыл бұрын
Thanks for this
@kudos_animation
@kudos_animation 3 жыл бұрын
Ma'am please make more videos on c++
@sahanravindu7828
@sahanravindu7828 Жыл бұрын
Thank you
@mehchandra56
@mehchandra56 Ай бұрын
How to make 12 houses squre like in astrology for planets and cusp
@chanchichanchi2138
@chanchichanchi2138 2 жыл бұрын
How the While Loop and Do while loop?
@OmamaSajid
@OmamaSajid Жыл бұрын
Can you show this using recursion?
@saichandupinnam
@saichandupinnam 3 жыл бұрын
Mam Can you please apload videos on Hollow patterns
@SimplyCoding
@SimplyCoding 3 жыл бұрын
Here's the video on hollow patterns. It is in Java but concept wise it is the same. kzbin.info/www/bejne/r2WbnZiJYshjbK8
@priyankapatil6521
@priyankapatil6521 3 жыл бұрын
Mam plz make available butterfly pattern in java
@SimplyCoding
@SimplyCoding 3 жыл бұрын
Pls see in response section of Java video. We have uploaded the butterfly pattern program in answers there.
@shiwaniraj149
@shiwaniraj149 2 жыл бұрын
@@SimplyCoding Please provide the link to that video.
@gargacoustics7555
@gargacoustics7555 2 жыл бұрын
Pls give link of number pattern in c++
@SimplyCoding
@SimplyCoding 2 жыл бұрын
Sorry, we are yet to prepare the number pattern for c++. Till then you can watch the java one as the concept wise both are same - kzbin.info/www/bejne/q6rYkJ2cZZaUbZY
@gargacoustics7555
@gargacoustics7555 2 жыл бұрын
@@SimplyCoding ok but pls make video on this as soon as possible 🙏
@51nishanthi.s71
@51nishanthi.s71 7 ай бұрын
double hill pattern ans pls?
@thippareddy6609
@thippareddy6609 Жыл бұрын
i dont know why u are teaching fake things same program i checked on online compiler its not printing any hill pattern.....i am shattered
@jawad4823
@jawad4823 Ай бұрын
Yea bro , tried all of em 💔💔
Solve any square or hollow pattern in Java
17:15
Simply Coding
Рет қаралды 165 М.
How to solve any Star Pattern Program
18:47
Simply Coding
Рет қаралды 1,2 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 1 МЛН
Всё об указателях в C++ за 20 минут
20:00
Solve Any Pattern Question With This Trick!
57:20
Kunal Kushwaha
Рет қаралды 2,5 МЛН
How to solve Square and Hollow pattern programs in Python
17:29
Simply Coding
Рет қаралды 99 М.
Boost Your C Skills in 2024 with These Pro Tips
1:18:42
CSE GURUS
Рет қаралды 821 М.
Solve any Character or String pattern in Java
22:22
Simply Coding
Рет қаралды 87 М.
C Program For Diamond Pattern With Star | Number | Alphabets
15:28
ECIT Engineering
Рет қаралды 51 М.
Special Programs in C − Pyramid of Stars
11:06
Neso Academy
Рет қаралды 902 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН