ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!
This is a sample video. To access the full content, please Login
No questions yet
1264 visits
Outline:Loops - Do-While Statement do...while statement எப்போதும் ஒரு code blockஐ ஒரு முறை இயக்கும், பிறகு condition ஐ சரிபார்த்து condition உண்மையாக இருக்கும்போது மீண்டும் loop ஐ இயக்கும். { இயக்கவேண்டிய code; }while (condition);
Loops - Do-While Statement do...while statement எப்போதும் ஒரு code blockஐ ஒரு முறை இயக்கும், பிறகு condition ஐ சரிபார்த்து condition உண்மையாக இருக்கும்போது மீண்டும் loop ஐ இயக்கும். { இயக்கவேண்டிய code; }while (condition);
Show video info
Pre-requisite