mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-01 01:26:48 +08:00
Update finding_number_of_Digits_in_a_Number.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user