Search:

Type: Posts; User: m2msucks

Search: Search took 0.13 seconds.

  1. Replies
    8
    Views
    21,425

    Re: Check Password Program

    I didn't know that before. Thanks.
  2. Replies
    8
    Views
    21,425

    Re: Check Password Program

    This topic has just been cross posted here.

    I got the code to work now.
  3. Replies
    8
    Views
    21,425

    Re: Check Password Program

    Here's a more updated version of my code:

    import java.util.*;
    import java.lang.String;
    import java.lang.Character;

    public class CheckingPassword {
    public static void main(String[] args) {...
  4. Replies
    8
    Views
    21,425

    Re: Check Password Program

    Thanks, I fixed up those parts of my code.

    Here is the updated code:

    import java.util.*;
    import java.lang.String;
    import java.lang.Character;

    public class CheckingPassword {
    public...
  5. Replies
    8
    Views
    21,425

    Check Password Program

    Some Websites impose certain rules for passwords. Write a method that checks whether a string is a valid password. Suppose the password rule is as follows:


    A password must have at least 8...
Results 1 to 5 of 5