Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 527 Bytes

NumbersInC

Number based Projects using C

FindPitoTheNthDigit

Enter a number and the program generates PI up to that many decimal places

Fibonacci Sequence

Enter a number and the program generates the Fibonacci sequence to that number or to the Nth number

Prime Factorization

The user enters a number and the program finds all Prime Factors (if there are any) and displays them

Next Prime Number

The program finds prime numbers until the user chooses to stop the asking for the next one