Skip to content

Commit 1507d60

Browse files
authored
Update README.md
1 parent d9a9d6d commit 1507d60

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@
7575
5 5 5 5 5
7676
6 6 6 6 6 6
7777
```
78+
4. Write a Java Program to print the following Pattern.
79+
```
80+
6 5 4 3 2 1
81+
6 5 4 3 2
82+
6 5 4 3
83+
6 5 4
84+
6 5
85+
6
86+
```
7887
# Java Interview Questions
7988
1. What do you know about JVM, JRE and JDK?
8089
2. Is JRE platform dependant or independent?

0 commit comments

Comments
 (0)