Definition of While Loop:
- Repeats a block of code as long as a specified condition is true.
Real Time Examples program for While Loop :
Question 1: Using while loop to print the count from 1 to 5.
Program :
Question 2 : Print a number from 1 to 5 using while loop.
Program :
Output :
Question 3: write a loop statement to print the following series 10,20,30,40,50,60,....200
Program :
Output :
0 Comments