Update finding_number_of_Digits_in_a_Number.cpp

This commit is contained in:
ANSHUMAAN
2021-06-02 02:56:49 +05:30
committed by GitHub
parent d4b955ee6c
commit 27e0b6998e

View File

@@ -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;