Search:

Type: Posts; User: jassi

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,089

    Re: need help prog skipping method

    I think its not. You can use Scanner class to get data from Keyboard. I have seen many apps where in Scanner is used.
  2. Replies
    4
    Views
    2,089

    Re: need help prog skipping method

    I debugged your program and found following errors.

    1.You have used semicolon in if second if statement
    if(ans =='B' || ans =='b');
    Remove this semicolon and write statement as
    if(ans =='B' ||...
  3. Replies
    4
    Views
    2,089

    Re: need help prog skipping method

    Hi, Please tell what is Keyboard here. I am unable to resolve it. Is it some other class or an object
Results 1 to 3 of 3