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