Skip to content

Commit 6e21e4c

Browse files
authored
Update README.md
1 parent 0a64be0 commit 6e21e4c

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
@@ -85,6 +85,15 @@
8585
6 5
8686
6
8787
```
88+
5. Write a Java Program to print the following Pattern.
89+
```
90+
1 2 3 4 5 6
91+
1 2 3 4 5
92+
1 2 3 4
93+
1 2 3
94+
1 2
95+
1
96+
```
8897
# Java Interview Questions
8998
1. What do you know about JVM, JRE and JDK?
9099
2. Is JRE platform dependant or independent?

0 commit comments

Comments
 (0)