ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Loops Do While Statement - Tamil

1264 visits



Outline:

Loops - Do-While Statement do...while statement எப்போதும் ஒரு code blockஐ ஒரு முறை இயக்கும், பிறகு condition ஐ சரிபார்த்து condition உண்மையாக இருக்கும்போது மீண்டும் loop ஐ இயக்கும். { இயக்கவேண்டிய code; }while (condition);