Here I have included 5 easy questions. You can use any programming language. To make a successful pull request you are required to solve 4 questions out of 5.
1.Create a function that determines whether a number is a Disarium or not.
2.Create a function that takes a sentence and turns every "e" -
into "meow" and "a" into "woof", and add "nice" at the end.
3. The 2nd of February 2020 is a palindromic date in both dd/mm/yyyy and mm/dd/yyyy format (02/02/2020).
Given a date in dd/mm/yyyy format, return True if the date is palindromic in -
both date formats, otherwise return False.
4. How do you check if two strings are anagrams of each other?
5. How do you check if two strings are a rotation of each other?