Search:

Type: Posts; User: JavaMistress

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    750

    Re: Puzzle Programming - HEEELP! DX

    Yeah... I canīt figure out the mistake in it.

    I know that there must be one.. a fatal one, actually, but I donīt know where. Whatever it is, the puzzle doesnīt work.
  2. Replies
    4
    Views
    750

    Puzzle Programming - HEEELP! DX

    Hello everyone, I will have to finish a school project until the .. 10th of July or, if I am lucky, next week. X_X

    I canīt seem to solve a certain problem in one of my classes that I havenīt even...
  3. Replies
    5
    Views
    820

    Re: Hi everyone! :D

    oh.. I didnīt look at it from that perspective. ^^; Iīm sorry, Iīll hold myself back the next time.
  4. Replies
    6
    Views
    795

    Re: Beginner Java Help !

    there is no method to scan a char directly, unfortunately... so Iīd go with Normīs idea.

    SOmething like:


    Scanner chars = new Scanner(System.in);
    String toBeChar = chars.toString();
    char...
  5. Replies
    6
    Views
    795

    Re: Beginner Java Help !

    Oh, sorry, I forgot something...

    the same counts for


    System.out.println(newInput);
    this.hasFan=newInput;
    break;
  6. Replies
    3
    Views
    952

    Re: Java error

    Why ">" ? And do you have the txt-file saved on your desktop or in a folder?

    YOu may also have forgotten to make the mainclass the mainclass...

    that was my mistake at first.

    Did you use the...
  7. Replies
    6
    Views
    795

    Re: Beginner Java Help !

    The problem is at "switch(num)".

    "num" is, at the moment, a Scanner-object and not an int.

    You may have printed out "num.nextInt()" in that println-method, but you have not changed the...
  8. Replies
    5
    Views
    820

    Re: Hi everyone! :D

    Thanks a lot! I am willing to work really hard and once Iīve become an expert, Iīll hopefully be able to help others that are in my current situation ^^;

    I shall go explore this page now then...
  9. Replies
    5
    Views
    820

    Hi everyone! :D

    Hello first! Iīm new here and Iīm a noob when it comes to Java!

    ... oh, right, my name.. uhm, you can call me JM, Aye or Aileen. My real name is "Aylin", but pronouncing it like Aileen is probably...
Results 1 to 9 of 10