reviewed questions for loops.
authorAnoop Jacob Thomas<anoop@fossee.in>
Wed, 27 Oct 2010 19:25:45 +0530
changeset 366 894591150f7b
parent 365 0fbe8a18587f
child 367 2ca9b21ed8f9
reviewed questions for loops.
loops/questions.rst
--- a/loops/questions.rst	Wed Oct 27 19:22:08 2010 +0530
+++ b/loops/questions.rst	Wed Oct 27 19:25:45 2010 +0530
@@ -7,7 +7,7 @@
 
    Answer: False
 
-#. ``for`` can iterate over 
+#. ``for`` loop can iterate over, 
    
    a. list of numbers
    #. list of strings
@@ -85,9 +85,14 @@
 
    Answer: Nothing is printed
 
+.. #[[Anoop: I think more questions on while loop has to be added as
+   for loop was already covered in another LO, these questions can be
+   kept, but it will good if we add few more on while loop]]
+
 Larger Questions
 ----------------
 
 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.
 
+.. #[[Anoop: Add one more question]]