-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
🌟 Hello Coding Enthusiasts!
Challenge: Write a C program that generates the Fibonacci sequence up to a specified number of terms. This task will enhance your skills in loops, variables, and basic algorithms.
Instructions:
- Fork this repository.
- Create a new branch.
- Write a C program that takes an integer input from the user and prints the Fibonacci sequence up to that number of terms.
- Ensure the program handles large inputs gracefully and provides clear output.
- Commit your changes and submit a pull request.
Bonus: Optimize your program to handle Fibonacci numbers efficiently.
Happy Coding! 🚀
Note: This beginner-friendly issue is a fantastic opportunity to explore loops and basic algorithms in C!
Reactions are currently unavailable