ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Hollow Pyramid Shape Pattern in C++ || Pyramid Shape Pattern Program in C++

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 มิ.ย. 2021
  • Hello Friends Welcome to My TH-cam Channel My Academy in this video we will see Hollow Pyramid Shape Pattern in C++ and we will print this Pyramid Shape Pattern Program in C++ using For loop.
    I hope you will like this video.
    Thanks for watching this video.
    Please Like this video and share with others and Subscribe my Channel My Academy.
    Complete C++ Course
    bit.ly/3igfA6Z
    ---------------------------------------------------------------------------------------------------------------------------
    Complete Python Course
    rb.gy/ezqqzb
    ---------------------------------------------------------------------------------------------------------------------------
    Patterns In Python
    rb.gy/fuzsi1
    ---------------------------------------------------------------------------------------------------------------------------
    Computer Tips and Tricks
    shorturl.at/hy012
    ---------------------------------------------------------------------------------------------------------------------------

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

  • @vedikadeotare5146
    @vedikadeotare5146 21 วันที่ผ่านมา

    Your explanation makes me to understand these loop easily

  • @vedikadeotare5146
    @vedikadeotare5146 21 วันที่ผ่านมา

    Waoo...❤

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

    amazing trick ! ye hoti ha asal logic , thanks

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

    the best video on internet regarding hollow pyramid shapes just love it and his way of teaching is excellent MashaAllah bro keep it up🤩😍

  • @Abhishekyadav-kb5ni
    @Abhishekyadav-kb5ni ปีที่แล้ว

    Logic and concept❤😌

  • @Abhishekkumar-ex1tu
    @Abhishekkumar-ex1tu 2 ปีที่แล้ว

    Nice trick also that's why i subscribe your channel nice trick

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

    actually, i love your logic😎😎😎😎❤❤

  • @f.hanimes1766
    @f.hanimes1766 2 ปีที่แล้ว

    Good job... 👍👍👍

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

    Thanku sir

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

    good job

  • @Abhishekkumar-ex1tu
    @Abhishekkumar-ex1tu 2 ปีที่แล้ว

    Mast tha bahi maza aa gya

  • @AbhishekSaini-td6rw
    @AbhishekSaini-td6rw 2 ปีที่แล้ว

    Very nice bro step by step explanation keep it up

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

    wrong if condition as it won't work for more than 5 rows , you need to change it the code should be like this
    for(int i=1 ; i

    • @noone-dg1sy
      @noone-dg1sy 10 หลายเดือนก่อน

      what is m and n here?

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

    it isnt printing the hollow shape code

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

    ur code is wrong

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

      Not wrong I learned it and compile it it's working properly.

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

    I run this program and this not the shape we get with this program

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

      Please watch this video carefully and follow all steps.

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

      @@MyAcademy111 sir i wrote your program as it is but still its not printing the shape

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

      I think ur mistake is that you are typing row minus columb but it is columb-row many students made the same mistake during execution

    • @devabratsaikia9567
      @devabratsaikia9567 5 หลายเดือนก่อน

      Not working even I typed the same code