Skip to content

Commit 86a672f

Browse files
authored
Update README.md
1 parent 84c6600 commit 86a672f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@
9595
1 2
9696
1
9797
```
98+
6. Write a Java Program to print the following Pattern.
99+
```
100+
1
101+
1 2 1
102+
1 2 3 2 1
103+
1 2 3 4 3 2 1
104+
1 2 3 4 5 4 3 2 1
105+
1 2 3 4 5 6 5 4 3 2 1
106+
```
107+
98108
# Java Interview Questions
99109
1. What do you know about JVM, JRE and JDK?
100110
2. Is JRE platform dependant or independent?

0 commit comments

Comments
 (0)