reviewed questions
authorNishanth <nishanth@fossee.in>
Sun, 10 Oct 2010 15:49:44 +0530
changeset 293 ca701f1ef7fb
parent 292 de96931fac21
child 294 64d8bc8b33d4
reviewed questions
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.