Search:

Type: Posts; User: JavaPF

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    1,990

    Re: Something is wrong? Please help.

    ?? All I have done is removed an extra bracket you added by mistake :)
  2. Replies
    3
    Views
    1,990

    Re: Something is wrong? Please help.

    The problem is you had an extra curly bracket you didn't need. Please see the below code. I have highlighted the error..



    import java.util.Scanner;

    public class mycode_Sieve
    {
    private...
Results 1 to 2 of 2