Search:

Type: Posts; User: VikingCoder

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Newbie, why is my program printing output twice?

    Thank you very much! Changed the while to this:


    while(!userinput.equals(password));

    now it works just fine :3
  2. [SOLVED] Newbie, why is my program printing output twice?

    hey guys, recently opened a java book and started coding, it was fun

    having problem with this password checker that i tried my hand at

    it prints output twice


    import java.util.*;

    public...
Results 1 to 2 of 2