Search:

Type: Posts; User: LooneyTunerIan

Search: Search took 0.20 seconds.

  1. [SOLVED] Re: Need help with YES/NO Loop in Fibonacci Sequence

    Nah... this actually quite helped. :)
  2. [SOLVED] Re: [UNSOLVED] Need help with YES/NO Loop in Fibonacci Sequence

    Thank you.

    I will try it out.

    --- Update ---

    Sorry for double posting, but...
  3. [SOLVED] Re: Need help with YES/NO Loop in Fibonacci Sequence

    This is getting very confusing. :confused:

    Please... can you show me how to do just that by using my code?

    Not just show me the little parts?

    Here's another helpful tip: I want to be able...
  4. [SOLVED] Re: Need help with YES/NO Loop in Fibonacci Sequence

    Hmm.. so what you're saying is... if I do it like this:

    while (again = true)
    {

    int ctr, num1, num2, fib, maxTimes;

    System.out.print("How many sequences do you want?:...
  5. [SOLVED] Re: Need help with YES/NO Loop in Fibonacci Sequence

    Yeah...

    I heard of this, but...

    How can I make it work for a YES/NO Loop?

    If I choose yes, how will it do it again?

    I'm very confused. :confused:
  6. [SOLVED] Need help with YES/NO Loop in Fibonacci Sequence

    I need help with my Fibonacci Sequence Code:




    public class FibSeqByIanNeumann {

    public static void main(String[] args) {

    Scanner get = new Scanner(System.in);
Results 1 to 6 of 6