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