How do I determine if a number is Armstrong without using Java Math class?
I am writing a method to determine if a number is Armstrong for boot camp homework, and I am not allowed to use the Math class. Why is this not working?
I am writing a method to determine if a number is Armstrong for boot camp homework, and I am not allowed to use the Math class. Why is this not working?