Search:

Type: Posts; User: khelben1979

Search: Search took 0.10 seconds.

  1. Re: Compiler refuses to "accept" my string variable - need help

    I was reading over at java-samples.com for some examples of how to do this, but I must admit that since I'm a total newbie on java, I'm not sure what I'm doing at times, so can you give me a hint on...
  2. Re: Compiler refuses to "accept" my string variable - need help

    I replaced
    first_name = with
    first_name == now the program compiles and runs without problems! But when I enter the name Eva as a name, I get as a result ogiltigt namn! (that is disqualified name...
  3. Compiler refuses to "accept" my string variable - need help

    package input;

    import java.util.Scanner;

    public class Input {

    /**
    * Created by Björn Johansson 2012
    */
Results 1 to 3 of 3