do-while-loop

There are 42 repositories under do-while-loop topic.

  • Learning-Programming-Concepts-With-C

    madhurimarawat/Learning-Programming-Concepts-With-C

    This repository contains programs in the C programming language.

    Language:C4100
  • nathAd17/belah-ketupat-with-cpp

    bentuk belah ketupat dengan c++

    Language:C++3100
  • nathAd17/segitiga-siku-siku-with-cpp-v1

    bangun datar segitiga siku-siku dengan c++

    Language:C++3100
  • 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].

    Language:C2100
  • CeyhunAslan/CSharp_Fundamentals

    I used c# embedded method-function in this project. I am happy to share this with you.

    Language:C#2100
  • mertcanuygun/CSharp_Fundamentals

    Basic calculations

    Language:C#2100
  • CPP-Fundamentals

    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

    Language:HTML2000
  • aidanh2002/tic-tac-toe-C-code

    Classic Tic-Tac-Tac Game!

    Language:C120
  • cesjds/unit-5

    More complicated loops and programs

    Language:Java1100
  • daninR2/HS

    High School Java Programs

    Language:Java110
  • freha-mezzoudj/Java_Projects

    My goal is to learn java by doing projects!

    Language:Java1100
  • Gabriel-Lucena/csharp

    Atividades do curso de C#.

    Language:C#110
  • 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, ... 💚🔥

    Language:Java1100
  • 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

    Language:C++1200
  • Programming-in-PHP

    madhurimarawat/Programming-in-PHP

    This repository contains programs in the PHP programming language.

    Language:PHP1100
  • riangomesz/Java-repetition-structure

    Atividades feitas com Java

    Language:Java1100
  • ritskasar/Control-Structure

    Control Structure using java programming language covers Decision control structure and Loop Control Structure . . . .

    Language:Java1100
  • 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.

    Language:C++1100
  • dattabiplab/NIT-A_C_Questions

    Here I have solved all NIT-A C Questions

    Language:C0100
  • 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.

    Language:Java0100
  • haid-er/C-Language

    Repository contains the codes about programming fundamentals of C Language.

    Language:C0100
  • 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.

    Language:Java0100
  • lialaurindo/aulas-java

    🏋🏻 Exercícios Java - Bloco 1/3 da Generation Brasil: Introdução à linguagem Java e sua estrutura.⠀⠀⠀⠀ ⠀⠀⠀⠀ ⠀⠀⠀ ⠀⠀⠀ ⠀⠀⠀ ⠀⠀ ⠀ 🛠 Spring Tool Suite.

    Language:Java0200
  • NoyaLasheen/C_24-02-23

    Collection of C programs dated 24-02-23

    Language:C0100
  • 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.

    Language:C++0100
  • aneeshlalwani/number-programs-in-java

    This Repository contains a "Number Program". These programs are solved in "Java"

    Language:Java10
  • Ash914027/php

    PHP (Hypertext Preprocessor) is a widely-used open-source server-side scripting language designed primarily for web development.

    Language:PHP
  • GSO-SW/csharp-bedingteschleifen-LS1-N1-V1-assignment-lerngruppe

    Lernsituation als Einstieg in die While- und dowhile-Schleife.

    Language:C#10
  • 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.

    Language:C10
  • mnomanme/basicJava

    A basic Java problem. Like if-else, switch-case and for, while, do-while, conditional loop.

    Language:Java10
  • nicholedobbin/Quiz_ConstrolStructures

    This program uses a do-while loop and nested 'if..else' statement to ask the user a multiple choice question.

    Language:JavaScript10
  • 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.

    Language:Java10
  • 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:Java10
  • 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.

    Language:Kotlin10
  • YonathanTE/Java-Basics-assessment

    Includes the four exercises that were programmed to test our Java abilities

    Language:Java10