Search:

Type: Posts; User: goodtanner

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,232

    Re: Urgent Ideas Needed

    Finished!


    import java.util.Random;
    public class Lab5 {
    static String getWinner() {
    char b11, b12, b13,
    b21, b22, b23,
    b31, b32, b33;
    int n;
  2. Replies
    7
    Views
    1,232

    Re: Urgent Ideas Needed

    Someone told me that was the easiest way, he is a programmer at my workplace, but we haven't learned boolean variables at all, he hasn't taught anything of this nature. I understand !=, =, ==, &&, ||...
  3. Replies
    7
    Views
    1,232

    Re: Urgent Ideas Needed

    This is what the professor asked in the question, I copied and pasted it directly, I had the same thoughts as you.

    --- Update ---

    How can I define two Boolean variables before all of my test...
  4. Replies
    7
    Views
    1,232

    Urgent Ideas Needed

    I have this terrible problem I have been working on, we cannot use loops and arrays and such as we have not learned about them. I can use boolean variables but I am teaching myself their functions...
Results 1 to 4 of 4