Category: Java
-
How to check whether a given number is ArmStrong number or not?
This is the complete solution to check whether a given number is ArmStrong number or not. This solution is designed to solve the problem using an interface, super class and three derived classes implementing the interface.
-
How to find the factorial of a given number?
This is the complete solution to find the factorial of a given number. This solution is designed to solve the problem using an interface, super class and three derived classes implementing the interface.
