diff --git a/5.py b/5.py index d53b77a..bb572cd 100644 --- a/5.py +++ b/5.py @@ -1,3 +1,5 @@ +#Example to check whether an integer (entered by the user) is an Armstrong number or not using while loop and if...else statement. + #include using namespace std;