Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fibonacci program in general coding questions package #121

Merged

Conversation

Billakanti-Teja
Copy link
Contributor

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

Copy link

@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
Owner

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

Copy link
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 {

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
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
9 of 13 checks passed
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.

2 participants