mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update finding_number_of_Digits_in_a_Number.cpp
This commit is contained in:
parent
d4b955ee6c
commit
27e0b6998e
@ -20,7 +20,7 @@
|
|||||||
* @returns 0 on exit
|
* @returns 0 on exit
|
||||||
*/
|
*/
|
||||||
int main() {
|
int main() {
|
||||||
// Initialize 'n' & 'count' by 0
|
// Initialize 'n' & 'count' by 0
|
||||||
int n = 0;
|
int n = 0;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user