Search:

Type: Posts; User: goodtanner

Search: Search took 0.09 seconds.

  1. Re: im trying my second hello world program and im getting errors?

    You may want to start by putting your code into the proper syntax, check above. I find it easier starting with a compiling IDE program like netbeans and going with the basics. Look at the tutorials...
  2. Funky triple nested loop problem. (Due tonight)(Confusing)

    I have this assignment that's due tonight at midnight, but I have completed all but 1 part. The second triangle, I am having problems grasping the concept of nested loops I believe, but it's part of...
  3. Replies
    5
    Views
    1,002

    Re: Urgent help needed (again)

    I will give that a quick go, thanks for the advice, but I didnt think I could even implement a way to return the numbers to a switch case anyways. A tutor at my school told me that it was impossible...
  4. Replies
    5
    Views
    1,002

    Re: Urgent help needed (again)

    Will do, but the main issue is returning the numbers along side the type of hand.
  5. Replies
    5
    Views
    1,002

    Urgent help needed (again)

    Project is due before midnight eastern time (3 more hours). I have been working on this all day, we have not learned arrays or anything and just started 'for' loops. I don't really know how to...
  6. Replies
    7
    Views
    1,213

    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;
  7. Replies
    7
    Views
    1,213

    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 !=, =, ==, &&, ||...
  8. Replies
    7
    Views
    1,213

    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...
  9. Replies
    7
    Views
    1,213

    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...
  10. Re: Newb, working on Computer Science homework. Need ideas

    Thanks,
    Sorry for the beginner mistakes, I am working hard to completely understand. Also my professor handed this assignment out at as the first one for homework with very little to no...
  11. Newb, working on Computer Science homework. Need ideas

    I know this is very simple for most, I am having a few issues understanding the coding. Pretty sure I am close to understanding but just can't make it there, especially with lack of sleep. Any help...
Results 1 to 11 of 11