Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    2,286

    Re: Password Generating Program Help

    What is the value of randNum when the while statement is first executed?


    Read the API doc to see what that method returns.


    Write a small simple test program with a String and a value for...
  2. Replies
    7
    Views
    2,286

    Re: Password Generating Program Help

    Can you explain how the code you posted in post#3 is supposed to work?
    Copy the code here and add a comment to each statement describing what it is supposed to do.
    Explain how and when each...
  3. Replies
    7
    Views
    2,286

    Re: Password Generating Program Help

    What happens when you execute that code? What is printed out at the end for the value of password?
  4. Replies
    7
    Views
    2,286

    Re: Password Generating Program Help

    Can you count the number of characters added to build the password and stop when the desired length is reached?


    Where is anything put into the password variable?
Results 1 to 4 of 4