Search:

Type: Posts; User: r2dak

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    8,766

    Re: fibonacci series in reverse order

    hi thx, i got it working like this :D , but in this case the user have to enter last two numbers instead of only last number




    class fibo_r {

    public static void main(String args[])
    ...
  2. Replies
    6
    Views
    8,766

    Re: fibonacci series in reverse order

    ammm thats the problem even i not able to understand how can i print Fibonacci BACKWRADS
    i can write a program to print Fibonacci series to Nth term no problem there
    but printing it backwards is...
  3. Replies
    6
    Views
    8,766

    Re: fibonacci series in reverse order

    by the sum of the previous two numbers
  4. Replies
    6
    Views
    8,766

    fibonacci series in reverse order

    how can we print Fibonacci series in reverse order like

    55 34 21 13 8 5 3 2 1 1 0
    using for loop

    im just not able to figure out how to do it, please suggest me some logic to do it,
    thanks
Results 1 to 4 of 4