Search:

Type: Posts; User: nickpuma19

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    8,677

    Re: password.java

    how do i use the code tag...solved the question but now i need it to stop the loop at 3 tries.
  2. Replies
    5
    Views
    8,677

    Re: password.java

    ok cool...the code is:

    import javax.swing.*;
    public class Password2
    {
    public static void main(String [] args)
    {

    int digit=0;
    int letter=0;
  3. Replies
    5
    Views
    8,677

    password.java

    I am getting trouble with writing this program. the password:
    must have a letter and digit
    must be between the range of 6-10
    must be in al oop(user cannot move on until it is correct.
    plz help!!
Results 1 to 3 of 3