diff --git a/Factorial.java b/Factorial.java index f1cb372..83e1f0e 100644 --- a/Factorial.java +++ b/Factorial.java @@ -1,6 +1,8 @@ import java.util.Scanner; /** *Factorial program takes an number from the user and calculates the factorial using tail recursion. + + new file */ public class Factorial { public static void main (String args[]) {