Browse Source

docs: adding more details

pull/2648/head
zanninso 2 months ago committed by zanninso
parent
commit
9c74903146
  1. 4
      subjects/java/checkpoints/age-finder/README.md

4
subjects/java/checkpoints/age-finder/README.md

@ -6,6 +6,8 @@ Create a class `AgeFinder` that provides a method to calculate the age from a gi
In case of any error the method `calculateAge` should return `-1` In case of any error the method `calculateAge` should return `-1`
> đź’ˇ Be careful with the future.
### Expected Class ### Expected Class
```java ```java
@ -47,6 +49,8 @@ public class ExerciseRunner {
### Expected Output ### Expected Output
```shell ```shell
$ date
Tue Jul 9 03:58:06 PM UTC 2024
$ javac *.java -d build $ javac *.java -d build
$ java -cp build ExerciseRunner $ java -cp build ExerciseRunner
Age: 24 Age: 24

Loading…
Cancel
Save