Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfaab4 commit f7f7c19Copy full SHA for f7f7c19
src/binod/Pattern1.java renamed to src/binod/Pattern.java
@@ -1,5 +1,5 @@
1
package binod;
2
-public class Pattern1 {
+public class Pattern {
3
public static void main(String[] args) {
4
for (int i = 4; i > 0; i--) {
5
for (int j = 0; j < i; j++) {
0 commit comments