Skip to content

Commit 50b910f

Browse files
authored
Update README.md
1 parent 00f89e1 commit 50b910f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

myJava/math/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ class samplemath {
7676
else{
7777
io.print("You are passed, congrats\n");
7878
}
79+
80+
int num = 5;
81+
long result = math.factorial(num);
82+
io.print(result);
83+
7984
}
8085
}
8186
```

0 commit comments

Comments
 (0)