Search:

Type: Posts; User: Rasrkiaki

Search: Search took 0.19 seconds.

  1. Re: Need help with a basic 21 Sticks game code!

    I see. I've looked at my brackets though, and they all seem fine. Same with the semicolons and all my syntax seems correct.
  2. Need help with a basic 21 Sticks game code!

    Hey everyone, I was wondering what is wrong with my code:



    import java.util.Scanner;
    public class PickUpSticks
    {
    public static void main(String[] args)
    {
    int numberofsticks = 21;
Results 1 to 2 of 2