Search:

Type: Posts; User: javapenguin

Search: Search took 0.23 seconds.

  1. Replies
    8
    Views
    2,492

    Re: help w/ PI Math java program

    I'm still baffled as to how that lower for loop even works since it appears that i is less than j from the beginning.

    :confused: :confused:

    Oh well. It is valid. I checked it.
  2. Replies
    8
    Views
    2,492

    Re: help w/ PI Math java program

    Hmmmmmm....I think I mighta found the problem.

    You had some extra brackets that you didn't need.

    public class Assign3_Roberts {
    public static void main(String[] args)
    {
    for (int i = 100; i...
  3. Replies
    8
    Views
    2,492

    Re: help w/ PI Math java program

    Sorry. I was looking at a glance then. I had to be somewhere right after I wrote that post.

    BTW, what are you getting for the second section?
  4. Replies
    8
    Views
    2,492

    Re: help w/ PI Math java program

    Should work it seems.
Results 1 to 4 of 4