Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    1,511

    Re: help me with a conversion program please

    Did you check the while statements? Are the conditions correct?

    Did you change the code to print out the invalid data?

    Please copy the full contents of the command prompt window for when you...
  2. Replies
    5
    Views
    1,511

    Re: help me with a conversion program please

    Check the code in the while statement to be sure the condition is correct to keep the loop from going forever.

    When you print out a message that says the input is invalid, be sure to include the...
  3. Replies
    5
    Views
    1,511

    Re: help me with a conversion program please

    Are you confusing compiling and running the program?
    The javac command compiles the source file and creates a .class file
    The java command executes the .class file.

    Can you try executing the...
Results 1 to 3 of 3