• + 0 comments

    We solved that problem with negative numbers with initialAge ( if (initalAge < 0){...} ). So, my opinion is we dont need second "else if(...){..}" just else{...}.

    And also, we dont need else in initialAge, so like this: if(initalAge < 0){...}

    age = initialAge;

    But this is only my opinion, and I'm new in all this.