Skip to content

srhoe/Fibonacci-sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones. It starts with 0 and 1, and then each subsequent number is the sum of the two before it. So it goes like this: 0, 1, 1, 2, 3, 5, 8, 13, 21, and so on.

About

Created the fibonacci sequence in C language. It will prompt the user for an input for how many terms would they like the be printed and then give the result in the sequence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages