Projects in Awesome Lists tagged with do-while
A curated list of projects in awesome lists tagged with do-while .
https://github.com/adityamangal1/c-programming
C programming example codes.
addition c-programming-language calculator coding-challenge do-while factorial greatest if-else increment leap-year-or-not practise practise-purposes-only programming switch-case while-loop
Last synced: 10 Apr 2025
https://github.com/halilozel1903/kotlinexample
This project contains ๐ 2022 Examples of Kotlin Programming Language. ๐ป ๐ฑ
android-application array arraylist do-while for-loop kotlin kotlin-android kotlin-architecture kotlin-example kotlin-examples kotlin-extensions kotlin-language kotlin-library kotlin-multiplatform kotlin-native kotlin-tutorial programming programming-language tutorial while-loop
Last synced: 18 Jul 2025
https://github.com/capnslipp/dowhiledo
do-while-do & do-until-do Loops (a Swift ยต-Library)
do-while do-while-do loops swift swift-library utility
Last synced: 28 Feb 2025
https://github.com/stdlib-js/utils-do-while-each-right
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
collection do do-while dowhile each for foreach foreachright iterate javascript node node-js nodejs right stdlib util utilities utility utils while
Last synced: 06 Sep 2025
https://github.com/stdlib-js/utils-do-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
do do-while dowhile each for foreach foreachright iterate javascript node node-js nodejs right stdlib until util utilities utility utils while
Last synced: 26 Jul 2025
https://github.com/umairabbasdev/tuf-task
lab task for beginners in C++
c-plus-plus do-while else-if if-elif-else if-else if-statements loop loops while-loop
Last synced: 06 Oct 2025
https://github.com/cherrycita-dev/juegoadivinanzajava
The Java program generates a random number (1-100). The user has limited attempts to guess it, receiving hints after each try. The game ends when the user guesses correctly or runs out of attempts.
adivinar-numero do-while for scanner while
Last synced: 09 Sep 2025
https://github.com/vaibhavmojidra/java---demo-do-while-loop
Do-while loop is used to iterate a part of the program repeatedly, until the specified condition is true. If the number of iteration is not fixed and you must have to execute the loop at least once, it is recommended to use a do-while loop.
do-while do-while-loop java mojidra vaibhav vaibhav-mojidra vaibhavmojidra while
Last synced: 12 Apr 2025
https://github.com/didinj/groovy-loop-examples
Groovy Tutorial: Loop Examples
do-while each eachwithindex for-in groovy groovy-loop while
Last synced: 29 Mar 2025