-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDifferencebetweentwoFactorials.java
More file actions
7 lines (5 loc) · 34.3 KB
/
DifferencebetweentwoFactorials.java
File metadata and controls
7 lines (5 loc) · 34.3 KB
1
2
3
4
5
6
7
//Q. 53:
//DifferencebetweentwoFactorials(Methods)
/*
Write a java program to find the Difference between two Factorial
*/