diff --git a/Mathematics_Algo/isPrimeProduct.cpp b/Mathematics_Algo/isPrimeProduct.cpp new file mode 100644 index 0000000..273f384 --- /dev/null +++ b/Mathematics_Algo/isPrimeProduct.cpp @@ -0,0 +1,26 @@ +int prime(int n) +{ + int i,c; + for(i=2,c=0;i