Search:

Type: Posts; User: Abhi01

Search: Search took 0.42 seconds.

  1. Replies
    3
    Views
    1,706

    Date Question

    I have another question.

    I am looking for this output -

    Enter your birthday (mm/dd/yyyy): 10/25/1983
    You were born on 25-10-1983

    The user is supposed to input the date in bold.
  2. Replies
    3
    Views
    1,706

    Re: Not prompting string user input.

    Nvm. I figured out.

    I just had to add


    keyboard.nextLine();

    before
  3. Replies
    3
    Views
    1,706

    Date question

    So I am using the scanner utility for user inputs. There are 3 parts. Integer arithmetic, Real arithmetic and String operations. I am getting desired results with first 2 but I am stuck at the last...
Results 1 to 3 of 3