ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
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
Very well explained
below loop was not printing correctly check your code
Mam class 12 ka bhi syllabus upload kariye???
mam please explain W pattern in java mam * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
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(""); }}}
Thank u so much guruji
student shifting from class 11 to 12 th
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
Very well explained
below loop was not printing correctly check your code
Mam class 12 ka bhi syllabus upload kariye???
mam please explain W pattern in java mam
* * * * * * * * *
* * * * * * * *
* * * * * *
* * * *
* *
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("");
}
}
}
Thank u so much guruji
student shifting from class 11 to 12 th