Search:

Type: Posts; User: aude922000

Search: Search took 0.10 seconds.

  1. Re: Need help on decoding what this part of the code does

    Thanks for that technique it helped me figure out what it does ill be sure to remember it next time. sorry for posting it wrong and still helping me though ill be sure to try to post a question...
  2. Need help on decoding what this part of the code does

    I have been trying to decode a program that was made but i'm having a hard time understanding what this part of the code does can anyone tell me what each variable does?
    i think its for the checking...
  3. just like to know what this method does as a whole

    public static String readLine(String prompt) {
    String input = "";
    System.out.print(prompt);
    InputStreamReader isr = new...
  4. Need help on making a mastermind game program work properly

    i got the program to work but the problem is that when i take my 2nd guess the program doesn't recognize the correct numbers being used and the correct positions of the numbers also i wanted to add a...
Results 1 to 4 of 4