Skip to content

Commit c6f4a0a

Browse files
authored
Update README.md
1 parent 703ad7d commit c6f4a0a

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
@@ -158,6 +158,15 @@
158158
1 0 1 0 1
159159
1 0 1 0 1 0
160160
```
161+
11. Write a Java Program to print the following Pattern.
162+
```
163+
1 1 1 1 1 1
164+
1 1 1 1 2 2
165+
1 1 1 3 3 3
166+
1 1 4 4 4 4
167+
1 5 5 5 5 5
168+
6 6 6 6 6 6
169+
```
161170
# Java Interview Questions
162171
1. What do you know about JVM, JRE and JDK?
163172
2. Is JRE platform dependant or independent?

0 commit comments

Comments
 (0)