We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f57e9fc + fe97467 commit 6c22674Copy full SHA for 6c22674
assignments/functions.md
@@ -31,7 +31,7 @@ Factorial of any number n is represented by n! and is equal to 1*2*3*....*(n-1)*
31
2! = 2*1 = 2
32
Also,
33
1! = 1
34
-0! = 0
+0! = 1
35
36
10. Write a function to find if a number if palindrome or not. Take number as parameter.
37
0 commit comments