Open Issues Need Help
View All on GitHub Add a front end to this project 2 months ago
AI Summary: Add a user interface (UI) to an existing command-line Java program that checks if a number is a palindrome. The UI can be web-based (HTML, CSS, JavaScript) or a desktop application (JavaFX). The UI should allow users to input a number, click a button to check, and display the result (palindrome or not).
Complexity:
3/5
help wanted good first issue
This a program to check weather the given number is Palindrome or not . A Palindrome Number is a Number which is read the same from the right and the left like the Number 121
Java