# HG changeset patch # User Nishanth # Date 1286705984 -19800 # Node ID ca701f1ef7fbe5e76c633690340938fa329ae948 # Parent de96931fac21dbc069f28e9ff2661db4351ddb93 reviewed questions 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.