do-while-loop
There are 42 repositories under do-while-loop topic.
madhurimarawat/Learning-Programming-Concepts-With-C
This repository contains programs in the C programming language.
nathAd17/belah-ketupat-with-cpp
bentuk belah ketupat dengan c++
nathAd17/segitiga-siku-siku-with-cpp-v1
bangun datar segitiga siku-siku dengan c++
Anku9053/C_Programming-Questions
Welcome to the [C Programming Language] Mastery repository! Elevate your coding skills with hands-on examples and engaging problem-solving exercises. Whether you're a coding novice or a seasoned developer, this repository is your gateway to mastering [C Programming Language].
CeyhunAslan/CSharp_Fundamentals
I used c# embedded method-function in this project. I am happy to share this with you.
mertcanuygun/CSharp_Fundamentals
Basic calculations
MorganBergen/CPP-Fundamentals
Performed base file system operations from the Linux Command Line Enviroment when implementing programs. Derived and employed basic algoritms from given problems Demonstrated basic programming concepts and constructs such as for/while/do-while loops, primative data types i.e. long, short, int, double, strings, char, arrays, pointers, variables, function scope, general debugging techniques, structures, classes, compliation and makefile techniques. Basic functionalities of git
aidanh2002/tic-tac-toe-C-code
Classic Tic-Tac-Tac Game!
cesjds/unit-5
More complicated loops and programs
daninR2/HS
High School Java Programs
freha-mezzoudj/Java_Projects
My goal is to learn java by doing projects!
Gabriel-Lucena/csharp
Atividades do curso de C#.
ibisbra91/JAVA_SE_recap
Java is a programming language with which we can develop cross-platform software thanks to the JVM (Java Virtual Machine). 🌱 Here I reviewed fundamental characteristics of the language and practiced its bases. I used InteliJ IDEA IDE, JShell, JavaDocs, conditionals, cycles, 1,2,3 and 4-dimensional arrays, I implemented functions, ... 💚🔥
ksb96/Cpp-codes
A bunch of Cpp codes has been dumped in this repo for the newbies who are starting there journey in learning Cpp
madhurimarawat/Programming-in-PHP
This repository contains programs in the PHP programming language.
riangomesz/Java-repetition-structure
Atividades feitas com Java
ritskasar/Control-Structure
Control Structure using java programming language covers Decision control structure and Loop Control Structure . . . .
shrexa/MovieTicketBookingSystem
A C++ Project - I developed a program that simulates a movie ticket booking system. Allowed users to view movie listings, select seats, make bookings, and calculate the total cost. Considered implementing seat availability and seat selection validation.
dattabiplab/NIT-A_C_Questions
Here I have solved all NIT-A C Questions
DiegoTz88/PT-W2
Working with Loops, boolean operators, and conditionals in java. Including for loops, while loops, do while loops, if else statements, and true or false operations.
haid-er/C-Language
Repository contains the codes about programming fundamentals of C Language.
KarenCattie/Level-2-Potato-Chip-Bag-Program
The goal of this assignment is to create a program that allows clients to use it as a measurement tool for quality control for the products that are produced from the factory by entering the bag sizes and weight.
lialaurindo/aulas-java
🏋🏻 Exercícios Java - Bloco 1/3 da Generation Brasil: Introdução à linguagem Java e sua estrutura.⠀⠀⠀⠀ ⠀⠀⠀⠀ ⠀⠀⠀ ⠀⠀⠀ ⠀⠀⠀ ⠀⠀ ⠀ 🛠 Spring Tool Suite.
NoyaLasheen/C_24-02-23
Collection of C programs dated 24-02-23
thesahirahmed/c_basics
This repository contains a collection of basic C++ code files covering various concepts and exercises. It includes simple programs and exercises aimed at beginners learning C++ programming.
aneeshlalwani/number-programs-in-java
This Repository contains a "Number Program". These programs are solved in "Java"
Ash914027/php
PHP (Hypertext Preprocessor) is a widely-used open-source server-side scripting language designed primarily for web development.
GSO-SW/csharp-bedingteschleifen-LS1-N1-V1-assignment-lerngruppe
Lernsituation als Einstieg in die While- und dowhile-Schleife.
LynxSumit/Guessing-the-number
Here I have chosen Language C. Guessing the number is a game where computer is playing with you . Here computer opts a number and you have to tell a number and computer tells that number is correct or not. If that number matches with computer's guess than you will win otherwise computer will say choose a smaller number or choose a greater number to match that guess.
mnomanme/basicJava
A basic Java problem. Like if-else, switch-case and for, while, do-while, conditional loop.
nicholedobbin/Quiz_ConstrolStructures
This program uses a do-while loop and nested 'if..else' statement to ask the user a multiple choice question.
Samuel-045/Metodos-java
Algoritmo que recebe um número, e a partir deste número, uma opção de cálculo específico é escolhido.
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.
VaibhavMojidra/Kotlin---Demo-Do-While-Loop
When Kotlin program reaches the do...while loop, it directly enters the body of the loop and executes the available code before it checks for the given condition. If it finds given condition is true, then it repeats the execution of the loop body and continue as long as the given condition is true.
YonathanTE/Java-Basics-assessment
Includes the four exercises that were programmed to test our Java abilities