Search:

Type: Posts; User: Wanderer

Search: Search took 0.09 seconds.

  1. Re: How To Make The Program Jump To The Next Function..

    Thanks for helloworld922 for the advice
  2. Re: How To Make The Program Jump To The Next Function..

    Well if you look at what I wrote, I told you to implement the logic after the check of s.length.
    You are getting an exception basically due to the parseInt().
    You cannot convert an empty string to...
  3. Re: How To Make The Program Jump To The Next Function..

    Well if you post the final code here, I can probably look at it.
  4. Re: How To Make The Program Jump To The Next Function..

    Hi kumarr, To make a program exit on enter, implement something like this


    public static void main(String[]args){
    BufferedReader br= new BufferedReader(new InputStreamReader(System.in));...
Results 1 to 4 of 4