Question: Please help, in c++, please. Write a program that inputs an integer (09999) and outputs the number of digits. Ex: If the input is: 7493
Please help, in c++, please.

Write a program that inputs an integer (09999) and outputs the number of digits. Ex: If the input is: 7493 the output is: 4 digits Ex: If the input is: 7 the output is: 1 digit 463564.2913706.0329y7 \begin{tabular}{l|l} LAB & 4.11.1: LAB: How many digits \end{tabular} main.cpp 1 \#include using namespace std; int main() \{ /* Your code goes here */ return 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
