Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    11
    Views
    927

    Re: please help me with the Code below

    Break the project up into separate simple steps:
    1) get user input
    2)validate the user's input
    3)calculate primes

    If step 1) works, change the code to automate the testing of step 2 by changing...
  2. Replies
    11
    Views
    927

    Re: please help me with the Code below

    Try debugging the code by adding some calls to the println() method to print out the values of variables as the code executes so you can see what the code is doing. Be sure to put ID Strings in the...
  3. Replies
    11
    Views
    927

    Re: please help me with the Code below

    Please copy the program's output and paste it here. Add some comments showing what it wrong and what the output should be.
Results 1 to 3 of 3