Search:

Type: Posts; User: solid_wombat

Search: Search took 0.10 seconds.

  1. [SOLVED] Help a noob, PLZ? How can I convert my switch statement to if else?

    Hi guys!

    So in my project we are not allowed to use break or continue statements. I have 3 switches that all follow the same format as the one below. It's kind of lame I've been using switches for...
  2. Re: HELP? Rock paper scissors lizard spock game. Just need 1 last piece, can you help me?

    Ok! I fixed it!

    I guess I'm just dumb. I couldn't figure out the array ,but here's my fix if you're interested.



    <switch (playerChoice){
    case "1":
    //call to computer ...
  3. Re: HELP? Rock paper scissors lizard spock game. Just need 1 last piece, can you help me?

    Thanks for the reply man!

    I'm not sure actually. I'm a super noob at programming ,but I'll give it a shot and let you know if it works!

    --- Update ---

    Ok so I have no idea how I would use an...
  4. HELP? Rock paper scissors lizard spock game. Just need 1 last piece, can you help me?

    So here's my code. It's alllllll done except I need the errorCount to be round specific.

    You need to run the 2 classes together.

    So when you run it. The error count should increment for each...
Results 1 to 4 of 4