implementation of Algorithms on Arrays
-
Updated
Aug 20, 2017 - Java
implementation of Algorithms on Arrays
Java program that counts the number of digits in an integer entered by the user. The program repeatedly asks for input and displays the number of digits the input integer has. This implementation converts the users input to a string and uses the .length( ) method to find the number of characters in it.
Add a description, image, and links to the absolute topic page so that developers can more easily learn about it.
To associate your repository with the absolute topic, visit your repo's landing page and select "manage topics."