Solve any star pattern program in C++

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 49

  • @tarahman7
    @tarahman7 2 ปีที่แล้ว +18

    Next level knowledge provided in this video. Loved it. Thank you so much Simply Coding.

  • @farhana822
    @farhana822 5 หลายเดือนก่อน +1

    I just want to say thank you I appreciate you so much. I didn't understand loops because my professors/peers/ and other TH-camrs 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 ปีที่แล้ว +14

    cosmic level teaching maam, thanks a lot. understood everything!

  • @FurqanTheGreat
    @FurqanTheGreat 11 หลายเดือนก่อน +2

    simply one of the best explainations that i have ever seen on star patterns
    thank you so much!;

  • @syedshahidyasin1735
    @syedshahidyasin1735 6 หลายเดือนก่อน +2

    I appreciate your handwork you explained it very well but a compact or efficient code is preferred in practical application

  • @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

  • @hariprakash4237
    @hariprakash4237 2 ปีที่แล้ว +13

    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.

  • @logeshdhamodaran432
    @logeshdhamodaran432 ปีที่แล้ว +5

    really interesting and easy explaination. Though i have tried many videos i cant get this kinda perfect example explaination.thankyou so much sir

  • @umcscince
    @umcscince 11 หลายเดือนก่อน

    It was recommended by my friends, I never thought you are such a good teaching skills...thanks alot, love from Pakistan

  • @VivekThapa-f1l
    @VivekThapa-f1l ปีที่แล้ว +2

    mam correct pattern is not showing in compiler when i tried to print right sided triangle by running your code..

    • @Ayesha48254
      @Ayesha48254 11 หลายเดือนก่อน

      Same

    • @GuitarFable
      @GuitarFable 8 หลายเดือนก่อน

      same

    • @minion-here
      @minion-here 6 หลายเดือนก่อน

      #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

  • @Middleclassahmad
    @Middleclassahmad ปีที่แล้ว +1

    Mam please upload c++ full course 😢it helps us a lot

  • @saiakshagn3553
    @saiakshagn3553 ปีที่แล้ว

    Thank you Very much! Because of you I've understood very well!

  • @aparnal5413
    @aparnal5413 2 ปีที่แล้ว +2

    Thank you mam...it was very useful to us.....❤️😇

  • @d.athegreat3947
    @d.athegreat3947 ปีที่แล้ว

    You simply the best.

  • @StudyHeavenYT
    @StudyHeavenYT 23 วันที่ผ่านมา

    Thank you so much mam ❤

  • @amirgardia4330
    @amirgardia4330 2 ปีที่แล้ว

    Tq....so wonderful video... It helped me and clear all my dout...🙏🏻

  • @MohitGupta-iv3uc
    @MohitGupta-iv3uc 3 ปีที่แล้ว +3

    Please provide solution for each pattern for cross check, literally it's gonna help a lot.

  • @music_blizzbgms9493
    @music_blizzbgms9493 ปีที่แล้ว +2

    Mam please upload the video butterfly pattern in java

  • @babarmalik1928
    @babarmalik1928 ปีที่แล้ว

    Awesome video thank you

  • @97toyotacentury
    @97toyotacentury 4 หลายเดือนก่อน

    thanks a ton !!!!!

  • @idontdeserveher6467
    @idontdeserveher6467 2 ปีที่แล้ว +2

    God level explanation yaar

  • @mrjdb5561
    @mrjdb5561 ปีที่แล้ว +3

    RESPECT++

  • @gozmit7806
    @gozmit7806 ปีที่แล้ว

    wow superb class

  • @sahanravindu7828
    @sahanravindu7828 ปีที่แล้ว

    Thank you

  • @chanchichanchi2138
    @chanchichanchi2138 ปีที่แล้ว +1

    How the While Loop and Do while loop?

  • @kudos_mood
    @kudos_mood 3 ปีที่แล้ว +1

    Ma'am please make more videos on c++

  • @crewify5460
    @crewify5460 2 ปีที่แล้ว +2

    Excellent ☺️

  • @Lamya_1
    @Lamya_1 2 ปีที่แล้ว

    Thankyou mam ,
    this was great

  • @akmalfauzirahman6318
    @akmalfauzirahman6318 ปีที่แล้ว

    thanks bro

  • @OmamaSajid
    @OmamaSajid ปีที่แล้ว

    Can you show this using recursion?

  • @sarahyen3435
    @sarahyen3435 2 ปีที่แล้ว

    thank you so much!!

  • @Cleo-k9b
    @Cleo-k9b 2 ปีที่แล้ว

    Thanks a lot.

  • @Abhinav-rq5rh
    @Abhinav-rq5rh 2 ปีที่แล้ว

    Thanks for this

  • @gargacoustics7555
    @gargacoustics7555 2 ปีที่แล้ว +1

    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 - th-cam.com/video/uyu_jf01a74/w-d-xo.html

    • @gargacoustics7555
      @gargacoustics7555 2 ปีที่แล้ว +1

      @@SimplyCoding ok but pls make video on this as soon as possible 🙏

  • @AliyProgrammer
    @AliyProgrammer ปีที่แล้ว

    Amazing

  • @saichandupinnam
    @saichandupinnam 2 ปีที่แล้ว

    Mam Can you please apload videos on Hollow patterns

    • @SimplyCoding
      @SimplyCoding  2 ปีที่แล้ว

      Here's the video on hollow patterns. It is in Java but concept wise it is the same. th-cam.com/video/y48leS-c06M/w-d-xo.html

  • @priyankapatil6521
    @priyankapatil6521 2 ปีที่แล้ว +1

    Mam plz make available butterfly pattern in java

    • @SimplyCoding
      @SimplyCoding  2 ปีที่แล้ว

      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.

  • @51nishanthi.s71
    @51nishanthi.s71 4 หลายเดือนก่อน

    double hill pattern ans pls?

  • @thippareddy6609
    @thippareddy6609 10 หลายเดือนก่อน

    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