Search:

Type: Posts; User: nine05

Search: Search took 0.13 seconds.

  1. Replies
    4
    Views
    1,761

    Re: What is wrong with my code???

    Thanks aussiemcgr...


    import java.util.Scanner;
    class Login {
    public static void main(String[] args){
    Scanner input = new Scanner(System.in);
    String user, pass;...
  2. Replies
    4
    Views
    1,761

    What is wrong with my code???

    I have problem with my if statement. Even I input user still it is going to else statement. Can some explain to whats is the problem with my code... Thanks...


    import java.util.Scanner;
    class...
Results 1 to 2 of 2