The do-while Loop (डू-व्हाइल लूप)
हिंदी व्याख्या: do-while loop कम से कम एक बार जरूर चलता है क्योंकि condition बाद में चेक की जाती है।
English Explanation: The do-while loop executes the code at least once because the condition is checked after the code block.
Syntax:
उदाहरण: