Skip to content
View aadiityasoniii's full-sized avatar
Block or Report

Block or report aadiityasoniii

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. This program checks if a given numbe... This program checks if a given number is a palindrome or not by reversing the number and comparing it with the original number.
    1
    ## Check if a number is a palindrome.
    2
    ##### Preview:
    3
    ```java
    4
    public class palindrome {
    5
        public static void main(String args[]){