Search:

Type: Posts; User: javapenguin

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,582

    Re: This program works but Want to improve

    Or you could have it choose randomly from all the letters, lowercase, uppercase, and numbers for a certain length.
  2. Replies
    6
    Views
    1,582

    Re: This program works but Want to improve

    // The "PasswordGenerator" class.
    import hsa.Stdin;
    import java.util.Random;
    public class PasswordGenerator
    {
    public static void main (String[] args)
    {
    //declaring variables
    boolean end =...
Results 1 to 2 of 2