Topic: "do-while"
HowProgrammingWorks/Iteration
Different implementation of iterations as a code abstraction
Language: JavaScript - Size: 118 KB - Last synced at: 18 days ago - Pushed at: 6 months ago - Stars: 14 - Forks: 121

adityamangal1/C-Programming
C programming example codes.
Language: C - Size: 50.8 KB - Last synced at: 14 days ago - Pushed at: almost 4 years ago - Stars: 11 - Forks: 1

AlianeAmaral/JAVA_estruturas_repetitivas
Exercícios de Estruturas Repetitivas em JAVA. Realizados com base no conteúdo do curso de JAVA Programação Orientada a Objetos, Prof. Nélio Alves.
Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 0

halilozel1903/KotlinExample
This project contains 🆕 2022 Examples of Kotlin Programming Language. 💻 📱
Language: Kotlin - Size: 42 KB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

stdlib-js/utils-async-do-until
Invoke a function until a test condition is true.
Language: JavaScript - Size: 934 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-do-while
Invoke a function while a test condition is true.
Language: JavaScript - Size: 951 KB - Last synced at: 11 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

capnslipp/DoWhileDo
do-while-do & do-until-do Loops (a Swift µ-Library)
Language: Swift - Size: 38.1 KB - Last synced at: 24 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

omarbelkady/CPP
C++ Programs
Language: C++ - Size: 491 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

Karllouise-code/login-system
INTERMEDIATE PROGRAMMING FINALS
Language: Java - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

fadimanakilci/Csharp-Act-According-To-The-Key-Pressed-On-The-Keyboard
Language: C# - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

josh-boat365/Do-While-Loop
This is a Java program that gets user input and store it in an array. A for loop is implemented to loop through the array until it gets three integer inputs from the user and sums it up then the result is displayed to the user. With the application of a do while loop, the program prompts the user to press 1 to continue the program or press any other to exit the program. Methods used: Arrays, for loop and do while loop.
Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

stdlib-js/utils-do-while-each
While a test condition is true, invoke a function for each element in a collection.
Language: JavaScript - Size: 958 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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.
Language: JavaScript - Size: 958 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-until
Invoke a function until a test condition is true.
Language: JavaScript - Size: 960 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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.
Language: JavaScript - Size: 946 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-while
Invoke a function while a test condition is true.
Language: JavaScript - Size: 953 KB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-until-each
Until a test condition is true, invoke a function for each element in a collection.
Language: JavaScript - Size: 956 KB - Last synced at: 11 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Oniloper/php_application
Curso de PHP: criando sua aplicação
Language: PHP - Size: 5.86 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

Eyantra698Sumanto/Basic-C-Programs
This Repository contains basic programs in C programming language
Language: C - Size: 629 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Karllouise-code/ordering-system
Restaurant Ordering System
Language: C - Size: 474 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Karllouise-code/atm-machine
ATM Machine using C language
Language: C - Size: 877 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

aldhinya/praktikum
Program C++ Praktikum
Language: C++ - Size: 30.3 KB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

leandrojsandoval/ElementosDeProgramacion
Ejercicios resueltos en C de la materia Elementos de Programacion (2009).
Language: C - Size: 20.8 MB - Last synced at: 27 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

SejalCh/Loop-in-CPP
Language: C++ - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Samuel-045/Tabuada
Algoritmo que retorna a tabuada de determinado número ou todas as tabuadas do 1 até o 10
Language: Java - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nataprofits/Game_RPS
game Rock-Paper-Scissors
Language: Java - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

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.
Language: Java - Size: 43 KB - Last synced at: 12 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Eelise0/Practice-Code
This repo is used to house all of my Practice Code from courseware. I am currently working on conditions, loops, arrays, and functions.
Language: JavaScript - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mathiasmelo10/Practicas-Java
In this repository I put my Java projects
Language: Java - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

CaioDePaula/education-solutions
Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

didinj/groovy-loop-examples
Groovy Tutorial: Loop Examples
Language: Groovy - Size: 3.91 KB - Last synced at: 26 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

PedroCantanhede/Badge-DoWhile
Aplicação onde as pessoas podem gerar seu crachá para participar do evento Do While 2021.
Language: CSS - Size: 3.29 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

brunoamaia/do-while-2021
Projeto criado durante a nlw heat em novembro de 2021
Language: TypeScript - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

irisbrito/learning-java-day-3
Re(learning) Java - Day 3 - Loops (For, Foreach, While, Do While, Map, List<>)
Language: Java - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Fathimatuzzahro/Praktikum-Algoritma-Pemrograman
tugas kuliah Pak Bayu
Language: Java - Size: 91.8 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

umairabbasDev/Tuf-task
lab task for beginners in C++
Language: C++ - Size: 43.9 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

bobo4aces/01.SoftUni-ProgrammingBasics
Programming Basics
Language: C# - Size: 29.6 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

kaichingchang/C-Control-Structure
C 語言控制結構的範例。
Language: C - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

rhalp10/StudentClassRecordArrayStorage
Student Class Record Using Temporary Array Storage With Function Of Add Edit Delete
Language: C++ - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
