diff --git a/f series b/f series new file mode 100644 index 0000000..7326348 --- /dev/null +++ b/f series @@ -0,0 +1,15 @@ +class FibonacciExample1{ +public static void main(String args[]) +{ + int n1=0,n2=1,n3,i,count=10; + System.out.print(n1+" "+n2);//printing 0 and 1 + + for(i=2;i