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 64cb5c9

Browse files
Update 2023年12月28日-print-fibonacci-series.md
1 parent 6383af9 commit 64cb5c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎_posts/java-programs/2023-12-28-print-fibonacci-series.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "In this tutorial, we will see a Java program to print the Fibonacc
99

1010
In this tutorial, we will see a Java program to print the Fibonacci series up to a given number of terms.
1111

12-
## What is Fibonacci Series?
12+
## What is the Fibonacci Series?
1313

1414
Fibonacci Series is the **sequence of numbers in which each number in the sequence is equal to the sum of two numbers before it**.
1515

@@ -46,4 +46,3 @@ Output
4646
Fibonacci Series:
4747
0 1 1 2 3 5 8 13 21 34 55 89 144 233 377
4848
```
49-

0 commit comments

Comments
(0)

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