-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add fibonacci program in general coding questions package #121
Conversation
There was a problem hiding this 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
@Billakanti-Teja , requesting you to keep the classes as public |
There was a problem hiding this 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 { |
There was a problem hiding this comment.
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
@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! |
a4d4598
into
abhishektripathi66:master
Java program to find out "nth number in a fibonacci series" is added in general questions package.