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
ed9caec5c1
commit
1b1eea7c90
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @author [ANSHUMAAN](https://github.com/amino19)
|
||||
* @author [aminos 🇮🇳](https://github.com/amino19)
|
||||
* @file
|
||||
*
|
||||
* @brief [Program to count digits
|
||||
@ -24,9 +24,6 @@ int main() {
|
||||
int n = 0;
|
||||
int count = 0;
|
||||
|
||||
/* 'cout' to ask input from user..
|
||||
* 'cin' to taking integer as input..
|
||||
*/
|
||||
std::cout << "Enter an integer: ";
|
||||
std::cin >> n;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user