Search:

Type: Posts; User: nicor4

Search: Search took 0.13 seconds.

  1. Re: Stuck, and i need this to be solved within 2 days.

    //PA check
    public static boolean checkUserPA(String user_pa){
    int length;
    char [] chr = user_pa.toCharArray();

    length = user_pa.length();

    if (length < 6...
  2. Re: Stuck, and i need this to be solved within 2 days.

    thanks for having a look at my thread and using that time that you have to help me out.
    as you can see, i have very little knowledge on java. Im more of a visual learner. So if you could give...
  3. Re: Stuck, and i need this to be solved within 2 days.

    okay. done =)
  4. Stuck, and i need this to be solved within 2 days.

    SO i was given this mini project but im stuck. (manage to get an extension for another three days)
    (To run in command prompt only)

    Ive searched high and low for the codes and tips but i could...
Results 1 to 4 of 4