Search:

Type: Posts; User: Override

Search: Search took 0.08 seconds.

  1. Re: Tic Tac Toe = Naming Winning Player & Restarting Program

    Thanks a lot, I used your idea to set a flag, and use another loop. It works great. I also tried putting the playing of the game into a method, but it kept giving me errors. Not sure why. My last...
  2. Tic Tac Toe = Naming Winning Player & Restarting Program

    Hey,

    So I have been working on a project for a simple console Tic Tac Toe game, and I'm pretty much all set with the code. However, I have two small problems, and that's where I turn to you guys....
  3. Re: Counting How Many Times Program Was Excecuted

    That was very helpful. I took what you said into consideration, and made a lot of changes. With the way you explained it, telling me it's wrong, why its wrong, and how to fix it, I also put a lot of...
  4. Counting How Many Times Program Was Excecuted

    Hey, I wanted to post this in a more specific topic area. What I'm creating in here is a program that will roll the dice upon the user's agreement, and ask them if they want to roll again. Everything...
  5. Replies
    3
    Views
    1,779

    Re: Die Rolling - Continuing the statement?

    Okay, I fixed it. My only problem is that the number on the die don't change each time it is re-executed. The "Roll" changes, but that's about it. Any suggestions?



    package dieroll;
    import...
  6. Replies
    3
    Views
    1,779

    Re: Die Rolling - Continuing the statement?

    Are my loops for the different results completely wrong?
  7. Replies
    3
    Views
    1,779

    Die Rolling - Continuing the statement?

    What's up all,

    I have a second problem. This one I've come close to. The point is to make a die-rollng game that the user can choose to terminate, or continue. I've pretty much written it all,...
  8. Replies
    8
    Views
    2,546

    Re: Pyramid of Doubling Numbers

    Hey, thanks for the advice. I tried out the arrays, but couldn't find a way to do it. We're just starting arrays, and I'm not too strong on it. But I did get an idea from your manipulating the 128. I...
  9. Replies
    8
    Views
    2,546

    Pyramid of Doubling Numbers

    What's up,

    I'm new to this forum, and hope to stick around awhile to learn Java more. Currently I'm halfway through the class, and am interested, but today I ran into a problem. I have a midterm...
Results 1 to 9 of 9