|
136 | 136 | ```
|
137 | 137 | 10 1 9 2 8 3 7 4 6 5 5 6 4 7 3 8 2 9 1 10
|
138 | 138 | ```
|
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) |
140 | 140 | ```
|
141 | 141 | 1 2 4 7 11 16 22 29 .....
|
142 | 142 | ```
|
|
148 | 148 | ```
|
149 | 149 | 1 2 4 8 16 32 64 128 256 512 1024 ......
|
150 | 150 | ```
|
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) |
152 | 152 | ```
|
153 | 153 | 0 5 10 15 20 25 30 35 ....
|
154 | 154 | ```
|
|
0 commit comments