Search:

Type: Posts; User: jokibaer

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    1,404

    Re: Beginner Problem

    I found the error: I had to use scan.nextLine(); instead of scan.next();
    No it works, thanks for your reply.
  2. Replies
    7
    Views
    1,404

    Beginner Problem

    Hello, I tried some exercises: Entering a first and a lastname, the return should be the last name in uppercase.
    Example:
    input: John Doe
    output: John DOE

    unfortunately i get a "null null",...
Results 1 to 2 of 2