Class PalindromeNumber


  • public class PalindromeNumber
    extends java.lang.Object
    This class is the main class of the system.
    Since:
    5/12/2019
    Author:
    Ng Mee Wai 254301, Cheang Shy Yah 252813, Harm Yee Wen 254857, Eng Pei Pei 254251
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      A static method that has no return value.
      • Methods inherited from class java.lang.Object

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

      • PalindromeNumber

        public PalindromeNumber()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        A static method that has no return value.
        Parameters:
        args - args unused.