Search:

Type: Posts; User: GregBrannon

Search: Search took 0.12 seconds.

  1. Replies
    10
    Views
    1,093

    Re: Pi calculating help.

    Good pattern recognition. Can you write a for loop? Any for loop? You have to transfer knowledge of the basics to application of the basics to move forward.
  2. Replies
    10
    Views
    1,093

    Re: Pi calculating help.

    What pattern can you see in the series:

    1/1 - 1/3 + 1/5 - 1/7

    ?

    Once you've seen the pattern, write an algorithm that faithfully repeats the pattern to produce a result. How can a loop with...
  3. Replies
    10
    Views
    1,093

    Re: Pi calculating help.

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    Please post your code correctly using code or highlight tags...
Results 1 to 3 of 3