Skip to content

Add fibonacci program in general coding questions package#121

Merged
abhishektripathi66 merged 4 commits into
abhishektripathi66:masterfrom
Billakanti-Teja:feature/fibonacci
Feb 21, 2025
Merged

Add fibonacci program in general coding questions package#121
abhishektripathi66 merged 4 commits into
abhishektripathi66:masterfrom
Billakanti-Teja:feature/fibonacci

Conversation

@Billakanti-Teja
Copy link
Copy Markdown
Contributor

Java program to find out "nth number in a fibonacci series" is added in general questions package.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing in the project for the first time, don't stop yourself and keep on contributing, your pull request will be reviewed soon

@abhishektripathi66
Copy link
Copy Markdown
Owner

@Billakanti-Teja , requesting you to keep the classes as public

Copy link
Copy Markdown
Owner

@abhishektripathi66 abhishektripathi66 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please

import java.util.Scanner;

//Program to find out the Nth number in the fibonacci series
class NthFibonacci {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the class as public

@Billakanti-Teja
Copy link
Copy Markdown
Contributor Author

@abhishektripathi66 Hi, my PR has been approved, but I noticed some checks have failed. Could you please let me know if any action is needed from my side, or if it's okay to proceed with the merge? Thanks!

@abhishektripathi66 abhishektripathi66 merged commit a4d4598 into abhishektripathi66:master Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants