Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: Please help with the switch statement for rock paper scissor game using JOptionPane.

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.
  2. Re: Please help with the switch statement for rock paper scissor game using JOptionPane.

    Take another look at how to spell the code tags. Most of the code tags you used needed fixing.

    Here is how wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve...
  3. Re: Please help with the switch statement for rock paper scissor game using JOptionPane.

    Look at some of the code posted on other threads. Statements nested within {} should be indented 3-4 spaces.
    see this:
    Code Conventions for the Java Programming Language: Contents
  4. Re: Please help with the switch statement for rock paper scissor game using JOptionPane.

    The compiler can not find where inputNumber has been given a value before it is used.
    Where does the code assign it a value?

    I can't tell about the other error because the code is not properly...
  5. Re: Please help with the switch statement for rock paper scissor game using JOptionPane.

    If you are getting error messages, copy the full text of the error message and paste it here.

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and...
Results 1 to 5 of 5