An algorithm and draw flowchart to count the number of digit in an integer given by the user
Declare variable v and count; //count variable is used for counting Read number v; while(v not equal 0) v=v/10; count =count+1; end display count;
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment