Search:

Type: Posts; User: helloworld922

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    2,100

    Re: need help with loops plz

    mm... rabbits don't normally reproduce via the fibonacci sequence. Instead, they reproduce exponentially (actually, to be more precise the produce logarithmically, at some point their population will...
  2. Replies
    4
    Views
    2,100

    Re: need help with loops plz

    public static void main(String[] args)
    {
    Scanner input = new Scanner(System.in);
    System.out.println("Input number of fib numbers to finds: ");
    int end = input.nextInt();
    ...
Results 1 to 2 of 2