Search:

Type: Posts; User: GregBrannon

Search: Search took 0.07 seconds.

  1. Re: Would appreciate help (Beginner programmer)

    Please learn to post your code in code tags. Read the Announcement topic at the top of the sub-forum.

    Yes, you're making progress. Compare your if statement to the equation I gave earlier.
  2. Re: Would appreciate help (Beginner programmer)

    I agree the directions are a bit confusing. You really don't make a geometric shape of any kind, though it would be helpful to your understanding if you drew the dartboard and the quarter circle as...
  3. Re: Would appreciate help (Beginner programmer)

    Not random integer, random double as specified by the problem. Read carefully. To accomplish, you can use the Math.random() method or a method of the Random class. Review the APIs for both and...
Results 1 to 3 of 3