fharookshaik / fibonacci-series

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.
MIT License
20 stars 101 forks source link

Add fibonacci series in java #26

Closed AasthaGoyalgit closed 3 years ago

AasthaGoyalgit commented 3 years ago

Now once u check it again i have made some changes.

On Mon, Oct 5, 2020, 21:29 fharook shaik notifications@github.com wrote:

@fharookshaik commented on this pull request.

In java_fibonacci.java.java https://github.com/fharookshaik/fibonacci-series/pull/26#discussion_r499706291 :

@@ -0,0 +1,25 @@ +package milestone6; + +import java.util.Scanner; + +public class FibonacciSeries {

Main.java:5: error: class FibonacciSeries is public, should be declared in a file named FibonacciSeries.java public class FibonacciSeries { ^ 1 error

Try to improve the code by fixing the errors.

Happy Coding!! Happy Contributing!!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fharookshaik/fibonacci-series/pull/26#pullrequestreview-502201297, or unsubscribe https://github.com/notifications/unsubscribe-auth/APYY63HEAM3ITWQWRA3R2CLSJHUOFANCNFSM4SEYV2UQ .

fharookshaik commented 3 years ago

Codacy Here is an overview of what got changed by this pull request:


Complexity increasing per file
==============================
- Java_fibonacci.java  2

See the complete overview on Codacy

fharookshaik commented 3 years ago

Thank you for your Contribution!!

fharookshaik commented 3 years ago

Don't forget to add your name and the programming language under the specific folders.