English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Differentiate While and Do while loops. - Computer Applications

Advertisements
Advertisements

Question

Differentiate While and Do while loops.

Distinguish Between

Solution

While loop Do while loop
The while state­ment will execute a block of code if and as long as a test expression is true. Do while loop always run the statement inside of the loop block at the first time execution.
If the test expres­sion is true then the code block will be executed. After the code has executed the test expression will again be evaluated and the loop will continue until the test expression is found to be false. Then it is checking the condition whether true or false. It executes the loop if the specified condition is true.
while(condition)
{
code to be execut­ed;
}
do
{
code to be executed;
}
while (condition is true);
shaalaa.com
Looping Structure
  Is there an error in this question or solution?
Chapter 7: Looping Structure - Evaluation - PART – III [Page 118]

APPEARS IN

Samacheer Kalvi Computer Applications [English] Class 12 TN Board
Chapter 7 Looping Structure
Evaluation - PART – III | Q 5. | Page 118
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×