Palindrome Checker Function
Easy📝 Description
Write a function to check if string is palindrome
Input Format
A string
Output Format
true/false
Constraints
1 ≤ string.length ≤ 1000
🔍 Sample Input
madam
✅ Sample Output
true
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run