Class PalindromeNumber
- java.lang.Object
-
- 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
-
-
Constructor Summary
Constructors Constructor Description PalindromeNumber()
-
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.
-