Search:

Type: Posts; User: JNovo003

Search: Search took 0.12 seconds.

  1. Re: Noob needs constructive feedback with small program

    Thank you Greg. Your advice was just what I needed. I did some reading on next() to nextLine(). So instead of usersName = input.next(); in my program I replaced with usersName = input.nextLine();...
  2. Noob needs constructive feedback with small program

    Hi
    Just started a basic programming course which uses Java. I use the Netbeans IDK for coding and running my programs. I'm only 1 week into the course but I want to get my head around the coding. ...
Results 1 to 2 of 2