Search:

Type: Posts; User: lupis

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,925

    Re: do while loop terminating to early

    Thanks a lot, I altered my conditional and looping code to the following and it worked:


    do
    {

    System.out.print("Enter integer: ");
    System.out.flush();
    tempInt=Integer.parseInt(...
  2. Replies
    3
    Views
    1,925

    do while loop terminating to early

    Hi all,

    I am a newbie to programming and this is my first attempt to write a java program. I calculating the root of a integer that is supplied by the user, this then calls a method that does the...
Results 1 to 2 of 2