Skip to content

🧪 [Support] Java Exercise: Palindrome Checker #33

@NhanPhamThanh-IT

Description

@NhanPhamThanh-IT

Goal

Write a Java program that checks whether a given string is a palindrome. The check should ignore casing and non-alphanumeric characters.

Requirements

  • Use modular code with functions/methods.
  • Ignore spaces, punctuation, and case.
  • Add at least 3 test cases as comments in the code.
  • Name the file PalindromeChecker.java.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions