5. shapeArea

Task Below we will define an n-interesting polygon. Your task is to find the area of a polygon for a given n. A 1-interesting polygon is... »

3. checkPalindrome

Task Given the string, check if it is a palindrome. Example For inputString = "aabaa", the output should be checkPalindrome(inputString) = true; For inputString = "abac",... »

1. Add

Task Write a function that returns the sum of two numbers. Example For param1 = 1 and param2 = 2, the output should be add(param1, param2)... »