Search:

Type: Posts; User: freestylpolaris

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,242

    Re: Beginning java help

    Well the user will enter dd/mm/yyyy. So it should be a value of -6 since I only want the yyyy. I have tried that as well though and it doesn't work. I have tried: (""), (0), (1), and (6). None of...
  2. Replies
    7
    Views
    1,242

    Re: Beginning java help

    public class Asset
    {

    //*****************************************************
    // Variables
    //*****************************************************

    private String assetID;
    private...
  3. Replies
    7
    Views
    1,242

    Re: Beginning java help

    Ok, I understand the buffer but the calcAge method; it doesn't even let the user enter data. As soon as it gets to that input those errors automatically arise. It does not even ask the user to input...
  4. Replies
    7
    Views
    1,242

    Beginning java help

    Hi all. I am trying to run a method called "calcAge" that takes a mm/dd/yyyy string, converts it to an int, and then ONLY takes the yyyy part. Once the yyyy part is isolated I must then subtract it...
Results 1 to 4 of 4