Search:

Type: Posts; User: iAce

Search: Search took 0.06 seconds.

  1. Replies
    7
    Views
    2,286

    Re: Password Generating Program Help

    I meant to put randNum where it originally said in.nextInt();


    if (selection == 1) // If they choose Menu Option 1, then this code below will execute.
    {
    while (randNum >= 97 &&...
  2. Replies
    7
    Views
    2,286

    Re: Password Generating Program Help

    It's blank. I must have made an error somewhere. I don't really know where though.
  3. Replies
    7
    Views
    2,286

    Re: Password Generating Program Help

    Something like this?


    if (selection == 1)
    {
    while (randNum >= 97 && randNum <= 122)
    {
    for (int loop = 0; loop <= passLength; loop++)
    {
    ...
  4. Replies
    7
    Views
    2,286

    Password Generating Program Help

    I have to code a program that generates a random password for the user based on the character set they choose from. I did the code to generate the numbers (which I later have to convert to...
Results 1 to 4 of 4