From c7cb9e5d5bb33e9ebe793b6e7cffd83ea70d7fbc Mon Sep 17 00:00:00 2001 From: upasanapandey <33151233+upasanapandey@users.noreply.github.com> Date: Fri, 27 Oct 2017 20:08:05 +0530 Subject: [PATCH] Update loops.cpp --- loops.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loops.cpp b/loops.cpp index 25409c6..859140d 100644 --- a/loops.cpp +++ b/loops.cpp @@ -1,6 +1,6 @@ #include using namespace std; - +//Loops are used to repeat a specific block of code. int main(int argc, char const *argv[]){ //for loop. @@ -42,4 +42,4 @@ int main(int argc, char const *argv[]){ return 0; -} \ No newline at end of file +}