Skip to content
Browse files

adding explaination and code sample for loops

adding explaination and code sample for loops, updated with feedback
  • Loading branch information...
1 parent 4e4b83b commit 3f935e7d896a967774c60c7f3f8153333f3cc615 Nandesh Guru committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 For-loops-Explained.md
View
2 For-loops-Explained.md
@@ -33,4 +33,4 @@ From the example above, you can read:
### Why we need "for loops"?
-For loops is used to loop through a block of code a known number of times. Sometimes it is the computer that knows how many times, not you, but it is still known. Also, check out other loops (While and Do While).
+For loops is used to loop through a block of code a known number of times. Sometimes it is the computer that knows how many times, not you, but it is still known. Also, check out other loops (While and Do While).

0 comments on commit 3f935e7

Please sign in to comment.
Something went wrong with that request. Please try again.