Skip to content

Commit d9a9d6d

Browse files
authored
Update README.md
1 parent e87f852 commit d9a9d6d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,22 @@
5959
1. Write a Program to print Floyd's triangle?
6060
2. Write a Program to print Pascal's triangle?
6161
3. Write a Java Program to print the following Pattern
62-
6362
```
6463
1
6564
1 2
6665
1 2 3
6766
1 2 3 4
6867
1 2 3 4 5
6968
```
70-
69+
4. Write a Java Program to print the following Pattern.
70+
```
71+
1
72+
2 2
73+
3 3 3
74+
4 4 4 4
75+
5 5 5 5 5
76+
6 6 6 6 6 6
77+
```
7178
# Java Interview Questions
7279
1. What do you know about JVM, JRE and JDK?
7380
2. Is JRE platform dependant or independent?

0 commit comments

Comments
 (0)