Search:

Type: Posts; User: einar123

Search: Search took 0.12 seconds.

  1. Replies
    10
    Views
    1,224

    [SOLVED] Re: Filter-Standart Input

    Habit I guess.Thanks.
  2. Replies
    10
    Views
    1,224

    [SOLVED] Re: Filter-Standart Input

    I'm thinking if Im using StdIn why do I need:

    int N = Integer.parseInt(args[0]);
    int compare = Integer.parseInt(args[1]);
  3. Replies
    10
    Views
    1,224

    [SOLVED] Re: Filter-Standart Input

    Is there another way of programming this, with the StdIn?
  4. Replies
    10
    Views
    1,224

    [SOLVED] Re: Filter-Standart Input

    Thanks. It's almost solved, so to speak. I have feeling the professor wont give correct for this code.

    I don't understand WHY do I need to input string(just some numbers) at the command line and...
  5. Replies
    10
    Views
    1,224

    [SOLVED] Re: Filter-Standart Input

    When I put some integers in args I press enter, then ctr z and out comes the error:
    Exception in thread"Main java.util.NoSouch.ElementException at Java.util.Svanner.thrown for(Unknown Source)

    Why...
  6. Replies
    10
    Views
    1,224

    [SOLVED] Filter-Standart Input

    I'm writing a code that is supposed to filter a thread of integers so that repeated values are removed




    public class AboveBeyondPossible {
    public static void main(String[] args) {
    ...
Results 1 to 6 of 6