mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 15:14:01 +08:00
Update finding_number_of_Digits_in_a_Number.cpp
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
* @returns 0 on exit
|
||||
*/
|
||||
int main() {
|
||||
// Initialize 'n' & 'count' by 0
|
||||
// Initialize 'n' & 'count' by 0
|
||||
int n = 0;
|
||||
int count = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user