devniz / myPalindrome

Palindrome solver in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyPalindrome

MyPalindrome is a basic Java Palindrome solver. A palindrome is a word, phrase, number, or other sequences of characters which reads the same backward as forward, such as “madam” or “racecar”.

How to run the project?

  • Open the class src/main/java/com.mclaren.mypalindrome/App.java.
  • You can change the string to test at line 16.
  • In IntelliJ IDE, click on the green play button at the class level or on the right-top corner.

About

Palindrome solver in Java


Languages

Language:Java 100.0%