मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता १२

Write short notes on Do while Loop. - Computer Applications

Advertisements
Advertisements

प्रश्न

Write short notes on Do while Loop.

टीपा लिहा

उत्तर

  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
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 7: Looping Structure - Evaluation - PART – III [पृष्ठ ११८]

APPEARS IN

सामाचीर कलवी Computer Applications [English] Class 12 TN Board
पाठ 7 Looping Structure
Evaluation - PART – III | Q 4. | पृष्ठ ११८
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×