Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 678a996

Browse files
Update README.md
1 parent b76b393 commit 678a996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
```
137137
10 1 9 2 8 3 7 4 6 5 5 6 4 7 3 8 2 9 1 10
138138
```
139-
5. Write the Java Program to print the following series [[Solution]](InterviewPrograms/src/com/java/series/QuadraticSequence.java)
139+
5. Write the Java Program to print the following series ***QuadraticSequence***[[Solution]](InterviewPrograms/src/com/java/series/QuadraticSequence.java)
140140
```
141141
1 2 4 7 11 16 22 29 .....
142142
```
@@ -148,7 +148,7 @@
148148
```
149149
1 2 4 8 16 32 64 128 256 512 1024 ......
150150
```
151-
8. Write the Java Program to print the following series ***Arithmetic Progression***
151+
8. Write the Java Program to print the following series ***Arithmetic Progression***[[Solution]](InterviewPrograms/src/com/java/series/ArithmeticProgression.java)
152152
```
153153
0 5 10 15 20 25 30 35 ....
154154
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /