English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Write short notes on Do while Loop. - Computer Applications

Advertisements
Advertisements

Question

Write short notes on Do while Loop.

Short Note

Solution

  1. Do while loop always run the statement inside of the loop block at the first time execution.
  2. Then it is checking the condition whether true or false.
  3. It executes the loop if the specified condition is true.

    Do While loop Structure and Flow Chart

Syntax:

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 4. | Page 118
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×