Search:

Type: Posts; User: ab7

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,696

    help me terminate the infinite loop.

    import java.util.*;
    import java.io.*;

    class close {
    public static void main(String[] args) throws IOException {
    int p, q;
    BufferedReader br = new BufferedReader(new...
  2. why the while loop is not terminating? plz help me out in this..

    import java.util.*;
    import java.io.*;
    class close1
    {
    public static void main(String[] args) throws IOException
    {
    int p,q;
    BufferedReader br= new BufferedReader(new...
Results 1 to 2 of 2