Sobes.tech
Intern — Middle

Determining the number of digits in a number represented by a string

livecode

Task condition

As input, we receive a number written as a string. It is necessary to write a function that returns the number of digit characters in this number, without using the built-in len function.

Determining the number of digits in a number… - sobes.tech