Search:

Type: Posts; User: rolka_sushi

Search: Search took 0.08 seconds.

  1. Replies
    15
    Views
    741

    Re: when they write " . " it stops

    Can you please just write me the code how it is suposed to be? Thank you
  2. Replies
    15
    Views
    741

    Re: when they write " . " it stops

    well i tried this but its doin nothing so



    String input = scanner.nextLine();
    if (input.equals(" . ")) {
    return;
  3. Replies
    15
    Views
    741

    Re: when they write " . " it stops

    well im suposed to do this : when someone write in the text " . " the loop will end.
  4. Replies
    15
    Views
    741

    Re: when they write " . " it stops

    a told you, that i have also 2 empty classes. One of them is inputString. In it is just



    /*
    * To change this license header, choose License Headers in Project Properties.
    * To change this...
  5. Replies
    15
    Views
    741

    Re: when they write " . " it stops

    this happend




    Exception in thread "main" java.lang.UnsupportedOperationException: Not supported yet.
    at textfilewrite.inputString.compareTo(inputString.java:15)
    at...
  6. Replies
    15
    Views
    741

    Re: when they write " . " it stops

    I cant send it here like zip file idk why or what am i doin wrong, so im gonna send the code at least. Thank you so much for helping and if you had time, can you please take a look on my other parts...
  7. Replies
    15
    Views
    741

    Re: when they write " . " it stops

    can you please show me how would the code looks like? thx

    --- Update ---

    because i have this


    public static void main(String[] args) {

    String s = "123";
  8. Replies
    15
    Views
    741

    when they write " . " it stops

    Hi, i have some homework and i am really struggling with it. assignment is The user enters some text into the console , which you write to the file. As soon as the user enters only the dot (line...
Results 1 to 8 of 8