Search:

Type: Posts; User: DestinyChick1225

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,984

    Re: Something is wrong? Please help.

    So I dont need a constructor method as per UML spec?
  2. Replies
    3
    Views
    1,984

    Something is wrong? Please help.

    What did I do wrong with this code? I thought it compiled great.


    import java.util.Scanner;

    public class mycode_Sieve
    {
    private boolean primes[] = new boolean [50001];

    private int...
Results 1 to 2 of 2