docs: fix grammatical errors and typos

This commit is contained in:
Aadarsh Tiwari
2022-10-09 21:43:41 +05:30
parent 97c7d91878
commit 3dbf017085
2 changed files with 13 additions and 13 deletions

View File

@@ -18,8 +18,8 @@ int main() {
count++;
}
/* Calaculation for checking of armstrongs number i.e.
in a n digit number sum of the digits raised to a power of n
/* Calculation for checking of armstrongs number i.e.
in an n-digit number sum of the digits is raised to a power of n
is equal to the original number */
temp = n;