diff -r de96931fac21 -r ca701f1ef7fb loops/questions.rst --- a/loops/questions.rst Sun Oct 10 15:40:19 2010 +0530 +++ b/loops/questions.rst Sun Oct 10 15:49:44 2010 +0530 @@ -71,12 +71,6 @@ Answer:: - 1 - 2 - 3 - 2 - 4 - 6 3 6 9 @@ -94,5 +88,6 @@ Larger Questions ---------------- -.. A minimum of 2 questions here. +1. A number is called Armstrong number if the sum of cubes of its digits is + equal to the number itself. Find all the three digit Armstrong numbers.