Search:

Type: Posts; User: Natejava

Search: Search took 0.09 seconds.

  1. Re: (if) Statement is not working, even when the condition is true. The (else) statement is working though.

    Thanks GregBrannon.

    Much appreciated.
  2. (if) Statement is not working, even when the condition is true. The (else) statement is working though.

    import static java.lang.System.out;
    import java.util.Scanner;

    public class PasswordChecker {

    public static void main (String args []) {

    Scanner PasswordInput = new Scanner...
Results 1 to 2 of 2