From d9fa094c95e7c621d16dc892ea31145c763ee9fb Mon Sep 17 00:00:00 2001 From: prateek71p <42036863+prateek71p@users.noreply.github.com> Date: Fri, 5 Oct 2018 21:49:26 +0530 Subject: [PATCH] Update 5.py --- 5.py | 2 ++ 1 file changed, 2 insertions(+) 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;