Question: In Haskall, Create a function named 2b that uses a list comprehension. The function will take a single integer parameter n . Find every number
In Haskall, Create a function named 2b that uses a list comprehension. The function will take a single integer parameter n. Find every number from 1 to n (inclusive) that is a palindrome which starts with the digit 7. Use a helper function called isPalindromeT.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
