Skip to content

Palindrome #12

@acha-bill

Description

@acha-bill

A palindrome is a string that reads the same way to and fro.
e.g dad, mom, Repaper, Madam, etc..

Write a function that given a string, returns true if the string is a palindrome. false if it is not.
N.B The string will not contain spaces.

e.g

dad = true
daddy = false

Metadata

Metadata

Assignees

No one assigned

    Labels

    L2Level 2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions