Diamond Pattern in Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

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

  • @noobtechie-fj6vf
    @noobtechie-fj6vf ปีที่แล้ว

    Mam Thank you for your wonderful video . Your teaching is easy to understand . Did you post number pattern in java Mam . If you didn't post that could please post that video mam

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

    Very well explained

  • @SwathiRavuru
    @SwathiRavuru 9 หลายเดือนก่อน +1

    below loop was not printing correctly check your code

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

    Mam class 12 ka bhi syllabus upload kariye???

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

    mam please explain W pattern in java mam
    * * * * * * * * *
    * * * * * * * *
    * * * * * *
    * * * *
    * *

    • @programs137
      @programs137 9 หลายเดือนก่อน

      import java.util.Scanner; class StarPatternExampleThree {
      public static void main(String[] args) {
      System.out.println("Enter the number of rows for pattern : "); Scanner scanner = new Scanner(System.in);
      int rowsCount = scanner.nextInt();
      int spacesCount = 0;
      for (int i = rowsCount; i > 0; i--) {
      for (int j = i; j > 0; j--) {
      System.out.print("*");
      }
      for (int j = 0; j < spacesCount; j++) { System.out.print(" "); }
      for (int j = i; j > 0; j--) {
      System.out.print("*");
      }
      spacesCount = spacesCount +2;
      System.out.println("");
      }
      }
      }

  • @mahesh-bn2mb
    @mahesh-bn2mb ปีที่แล้ว

    Thank u so much guruji

  • @itsanaya-p9q
    @itsanaya-p9q ปีที่แล้ว

    student shifting from class 11 to 12 th