Question: Write a program that input an integer (0-9999) and outputs the number of digits. Example: If the input is 7493 the output is 4 digits
Write a program that input an integer (0-9999) and outputs the number of digits.
Example: If the input is 7493 the output is 4 digits
C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
