Class ReversedInt


  • public class ReversedInt
    extends java.lang.Object
    This class is used to check the input integer is a paindrome or not
    Author:
    Ng Mee Wai 254301 Cheang Shy Yah 252813 Harm Yee Wen 254857 Eng Pei Pei 254251
    • Constructor Summary

      Constructors 
      Constructor Description
      ReversedInt()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void isPalindrome​(int num)
      This is the method of ReversedInt class
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReversedInt

        public ReversedInt()
    • Method Detail

      • isPalindrome

        public void isPalindrome​(int num)
        This is the method of ReversedInt class
        Parameters:
        num - num the integer number get from the main class