Skip to content

Commit e87f852

Browse files
authored
Update README.md
1 parent 797c308 commit e87f852

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,14 @@
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-
'''
62+
63+
```
6364
1
6465
1 2
6566
1 2 3
6667
1 2 3 4
6768
1 2 3 4 5
68-
'''
69+
```
6970

7071
# Java Interview Questions
7172
1. What do you know about JVM, JRE and JDK?

0 commit comments

Comments
 (0)