Skip to content

Latest commit

 

History

History

0x08-recursion

Tasks for this project:

  1. Write a function that prints a string, followed by a new line
  2. Write a function that prints a string in reverse
  3. Write a function that returns the length of a string
  4. Write a function that returns the factorial of a given number
  5. Write a function that returns the value of x raised to the power of y
  6. Write a function that returns the natural square root of a number
  7. Write a function that returns 1 if the input integer is a prime number, otherwise return 0
  8. Write a function that returns 1 if a string is a palindrome and 0 if not