From 2f70cab53caa2bbde8707c029b3e085d7639eda0 Mon Sep 17 00:00:00 2001 From: Arvind Allawadi Date: Tue, 21 Nov 2017 19:25:43 -0800 Subject: [PATCH 1/2] new change --- Factorial.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Factorial.java b/Factorial.java index 29df9f6..f1cb372 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[]) { From ab151b5d55eb42546a2b78d289993649a1bf7e42 Mon Sep 17 00:00:00 2001 From: Arvind Allawadi Date: Tue, 21 Nov 2017 19:27:19 -0800 Subject: [PATCH 2/2] 2nd change --- Factorial.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Factorial.java b/Factorial.java index f1cb372..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[]) {