Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2026 Crash Course
NEET 2026 Crash Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
+1 vote
119 views
in Computer by (45.2k points)
closed by

Increment Loops.

1 Answer

+1 vote
by (44.9k points)
selected by
 
Best answer

Loops provide the facility to execute a block of code repetitively, based on a condition. This block of code is executed repeatedly till the time a specified condition remains true. This condition is checked based on loop's control variable.

The following flowchart prints the numbers 1 to 5. Here every time the condition (Count < 5) is true, "Print count" gets executed. So, we do not have to write the "Print" statement multiple times. Every loop must have an exit condition. In our example the exit condition is (Count > 5). The loop will exit when the condition is false.

Increment Loops

Related questions

+1 vote
1 answer
+1 vote
1 answer
asked Nov 3, 2023 in Computer by Eshwarojha (45.2k points)
+1 vote
1 answer
+1 vote
1 answer

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...