Questions dealing with getting, manipulating, or changing the digits of numbers
I am exceptionally new to programming, but I am working on improving my skills as a programmer. Currently, I am …
java arrays digitsI want to count the number of letters, digits and special characters in the following string: let phrase = "The final …
comparison character swift digitsI have tried to use the example shown here but java showing error message of "AttributeSet cannot be resolved to …
java swing jtextfield restriction digitsI have the below code. It works only when I have 2 digits. If I have 1 digit doesn't work. I want …
javascript regex numbers digitsI was looking for a quick PHP function that, given a string, would count the number of numerical characters (i.…
php counting digitsCan someone explain why this works? char c = '9'; int x = (int)(c - '0'); Why does subtracting …
c++ c digitsI was recently making a program which needed to check the number of digits in a number inputted by the …
c++ while-loop digits countingI have to set acceptable characters "0123456789" and "semicolon" in the EditText. Below is the code I'm using. android:digits="0123456789;" android:…
android validation android-edittext digitsHow would I go about taking a number like 123456 and having it print as 1 2 3 4 5 6?
c formatting printf digits