Skip to content

Commit 1a0769f

Browse files
authored
Update 2023-12-18-check-for-palindrome-number.md
1 parent 3d4574a commit 1a0769f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_posts/java-programs/2023-12-18-check-for-palindrome-number.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this tutorial, we will see a Java program to check if the given Number is pal
1313

1414
```java
1515
/**
16-
* A java program to check if the given number is a palindrome or not.
16+
* A Java program to check if the given number is a palindrome or not.
1717
* @author coderolls.com
1818
*/
1919
public class PalindromeNumber {
@@ -47,4 +47,3 @@ Output
4747
```
4848
The Number '125521' is a Palindrome Number.
4949
```
50-

0 commit comments

Comments
 (0)