Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    595

    Re: Problem with adapting a C++ program to Java

    Look at the printf method and the Formatter class for how to write formatting text.
  2. Replies
    3
    Views
    595

    Re: Problem with adapting a C++ program to Java

    Your error location is on the wrong line. It should be on the while statement.
    The while statement requires that variables being tested be declared outside of the while loop.
Results 1 to 2 of 2