Class ReversedInt
- java.lang.Object
-
- 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
-