@ -2,6 +2,7 @@
#include "calculateFactorial.h"
//Factorial
// Function for Factorial
int calculateFactorial_integer(int n) {
if (n < 0) {