An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with while-loop

A curated list of projects in awesome lists tagged with while-loop .

https://github.com/nathady/segitiga-siku-siku-with-cpp-v1

bangun datar segitiga siku-siku dengan c++

cpp do-while-loop for-loop loop segitiga triangle while-loop

Last synced: 24 Mar 2025

https://github.com/nathady/segitiga-sama-kaki-with-cpp-v1

bangun datar segitiga siku-siku dengan c++

cpp for-loop loop segitiga triangle while-loop

Last synced: 24 Mar 2025

https://github.com/mgobeaalcoba/python_fundamentals

Mis trabajos en la Universidad Argentina de la Empresa

for-loop loops python python3 variables while-loop

Last synced: 13 Mar 2025

https://github.com/br0wsa/les-petits-plats

P7 OPENCLASSROOMS : Implémentez un algorithme de recherche de recettes de cuisines pour le site Les Petits Plats grâce à des outils et méthodes avancées de Javascript.

algorithms css3 filter foreach-loop forloop frontend html5 jsbench json les-petits-plats loops-and-iterations map openclassrooms openclassrooms-frontend reduce w3c-validator while-loop

Last synced: 22 Mar 2025

https://github.com/nikishita2006/habit_tracker

A beginner-friendly Python project to track daily habits. Supports adding, deleting, and marking tasks, shows progress with graphs, and automatically saves your data using files.

conditional-statements datastructure files json oops-in-python os while-loop

Last synced: 24 Jun 2025

https://github.com/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, ... 💚🔥

arrays boolean-expressions boolean-logic conditionals do-while-loop exercises for-each for-loop functions if-else jar javadoc-documentation math switch-case while-loop

Last synced: 15 Jun 2025

https://github.com/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

2darrays arrays classes-and-objects constructor cpp do-while-loop for-loops getter-and-setter if-else-statements if-statements inheritance pointers return returnstatements strings switch-case userinput while-loop

Last synced: 20 Feb 2025

https://github.com/lmizner/credit

A program that prompts the user for a credit card number and then reports whether it is a valid American Express, MasterCard, or Visa card number per the Luhn's algorithm.

conditional-statements if-statements loops python variable-declaration while-loop

Last synced: 02 Apr 2025

https://github.com/darkas-overgold/while_coffee_true

The While(Coffee)True repository is a fun and educational space for developers who love to code while enjoying coffee. It provides a variety of programming projects, ranging from simple beginner-friendly examples to more advanced concepts. The goal is to build a community of like-minded individuals who enjoy learning and creating together.

beginner-friendly coffee community-driven contributions-welcome developer-lifestyle educational fun hacktoberfest html html-css html-css-javascript html-css-js html-template html5 html5-css3 learning open-sources-code-github programming-humor programming-tutorials while-loop

Last synced: 03 Apr 2025

https://github.com/0vergrown/number-processing-and-output-utility

This C++ program demonstrates using while loops to handle user input, calculate and display odd and even numbers, and their sums within specified ranges. It also outputs squares of numbers and uppercase letters, providing a practical example of basic programming concepts.

assingment character-output console-application cplusplus education educational number-processing output school school-assignment while-loop

Last synced: 18 Feb 2025

https://github.com/pprattis/factorial-using-loops

A console application that calculates the factorial of a number using for, while and do while loops.

computer-science console-application csharp dowhile factorial forloop program student while-loop

Last synced: 29 Mar 2025

https://github.com/trayanaboykova/programming-basics-javascript

Tasks from my course Programming Basics with JavaScript at SoftUni

conditional-statements for-loop nested-loops while-loop

Last synced: 07 Apr 2025

https://github.com/alex-cultrera/guessing-game...higher-or-lower

Java game application where the player gets 5 chances to guess a randomly generated number between 1 and 100

if-statements java random-number-generators scanner while-loop

Last synced: 13 May 2025

https://github.com/bell-kevin/inputvalidationproject

Create a project that asks the user for a minimum integer, then a maximum integer, then a value between those two numbers. The program needs to validate that the second number is greater than the first number, and it also needs to validate that the third number is between the first two numbers. Use 3 While loops, which will repeat over and over until the input value meets the criteria. Do not use any IF structures. Do not prompt for the input first, then test it in a While loop (priming the input) – instead, prompt for the data and read it from the scanner inside the loop. To do that, set the values for the 3 variables to something that is clearly invalid (like -1), so that the test in the While loop will always start out true. For example, if a variable named “minimum” is set to -1 when it is declared, then a While loop that tests if the minimum is less than 1 will be true, and the code inside the While loop will execute, which should prompt the user for the value, then read the data from the scanner. Note that there must be a title and your name at the top of the output. The prompts must allow the user to enter input to the right of the same line as the prompt. Note that the same prompt is repeated if the input was invalid. Once a valid number is input, the next prompt asks for new data. Be sure to include the minimum and maximum values in the prompt for the middle value. Echo the values as shown above once valid values have been entered. Take a screenshot of the running program that matches the sample session, and include the code above it. Run the program again and enter different values, with at least one invalid entry in each section, then take a screenshot of the results. Pay careful attention to the rubric for this assignment. Even if not specifically mentioned in the assignment, you are responsible for the following: Use descriptive names for all variables Add comments describing the use or meaning of variables Do NOT include literal values in any calculations, always use variables Always include a header in the output with a descriptive title and your name If asking for input, make sure the user types on the same line as the question Where sample sessions are provided, output from your project must match it Note that you must use correct formatting in the code -- appropriate indentation is most important. You can use Shift-Alt-F to have NetBeans automatically format the code correctly. If the formatting is incorrect, it will be returned to you for changes with a grade of zero. Submission: the specified screenshots and the root folder for the project Note: You need to submit the whole project for these assignments. In File Explorer, go to the location where you created the project. There will be a folder with the name of your project -- that is the root folder of the project. If you submit the root folder of the project, the instructor can run it on a different machine to grade it. If you don't submit the proper folder, it won't run on another machine, and the assignment will be marked with a zero.

datc davis-tech gpl3 gplv3 input-validation java validation while while-loop while-loops whileloops

Last synced: 23 Jun 2025

https://github.com/peteprattis/factorial-using-loops

A console application that calculates the factorial of a number using for, while and do while loops.

computer-science console-application csharp dowhile factorial forloop program student while-loop

Last synced: 18 Jan 2025

https://github.com/apbadaro/one-desafiojava-jogodeadivinhacao

Bootcamp ONE Backend com Java: Jogo de adivinhação em Java, em que os jogadores tentam adivinhar um número aleatório de 0 a 100 em até cinco tentativas.

if-else java while-loop

Last synced: 06 Apr 2025

https://github.com/bryceberczik/easy-python-calculator

This calculator allows you to add, subtract, multiply, and divide. You are able to continue using the calculator for as long as you correctly answer the (Y/N) questions to continue the application. You are able to perform as many problems as you would like and you are also able to retrieve the last 2 decimal points.

calculator-application calculator-python python while-loop

Last synced: 28 Feb 2025

https://github.com/iwatanikenji/exerciciosemc

Code exercises in C learned on the university (UTFPR)

algorithm array for-loop if-else memory-allocation switch-case utfpr while-loop

Last synced: 09 Apr 2025

https://github.com/trayanaboykova/programming-basics-java

Tasks from my course Programming Basics with Java at SoftUni

conditional-statements for-loop nested-loops while-loop

Last synced: 13 Jun 2025

https://github.com/gowthamguna01/javascript-exercise

JavaScript is easy to learn, and I have completed many hands-on exercises. These exercises have helped me understand how JavaScript works in web development, including manipulating web pages and handling asynchronous tasks.

arrays classes forloop functions if-else multidimensional-arrays nestedloop object objects patterns switch-case while-loop

Last synced: 04 Apr 2025

https://github.com/kontsertkishlaka/practicalwork9

A program demonstrating the operation of the while loop in C++.

cpp while-cpp while-loop

Last synced: 20 Feb 2025

https://github.com/imdarshangk/code-chef

CodeChef repository for learning and practicing Python programming concepts such as arrays (lists), loops, data types, and logical operators. This repository includes detailed explanations, sample code, tasks, and solutions for each concept.

codechef continue-statement creating-array data-types debug debug-this-code---football-cup debug-this-code---pass-the-exam fitness if-and-else-statements logical-operators number-mirror---negative-integer string-mirror---double-strings while-loop whileloop

Last synced: 11 Mar 2025

https://github.com/pmlcrz/aulasphp

Arquivos das aulas de PHP

exercicios for php practice-programming while while-loop

Last synced: 13 Mar 2025

https://github.com/gowthamguna01/python

I have studied Python course and am currently honing my skills through the hands-on exercises provided by my institute. These tasks are helping me apply theoretical knowledge in practical scenarios, deepening my understanding of various aspects of Python programming, and web development.

arrays class databaseconnection dictionary exception-handling filehandling forloops functions-python if-else inheritance lambda list multidimensional-arrays object oops-in-python patterns set string tuples while-loop

Last synced: 21 Jun 2025

https://github.com/denisbuserski/softuni-programming-basics-java

Homeworks and exams from Java Basics at SoftUni

for-loop if-else-statements java while-loop

Last synced: 12 Mar 2025

https://github.com/monowarhusain/cse110

Programming Language I introduce basic and advanced concepts, including operations, data types, decision-making, and iterations, with a focus on Python 3. Students practice problem-solving and program design to reinforce learning.

bracu bracu-cse bracu-sds branching cse110 dictionary for-loop list loop md-saiful-islam-sir msi msi-bracu msi-sir python3 string summer22 tuple while-loop

Last synced: 24 Jun 2025

https://github.com/vaibhavmojidra/java---demo-while-loop

While loop is used to iterate a part of the program repeatedly until the specified Boolean condition is true. As soon as the Boolean condition becomes false, the loop automatically stops.

java mojidra vaibhav vaibhav-mojidra vaibhavmojidra while while-loop

Last synced: 12 Apr 2025

https://github.com/ishmal793/loops-and-strings-

Python practice repo focused on loops and strings, essential for building strong data analytics foundations. Includes beginner-friendly examples and problem-solving exercises.

beginners data-analytics for-loop loops loops-and-iterations practice python string-methods strings while-loop

Last synced: 23 Jun 2025

https://github.com/vaibhavmojidra/python---demo-while-loop

While loop is used to execute a block of statements repeatedly until a given condition is satisfied. And when the condition becomes false, the line immediately after the loop in the program is executed.

loops mojidra python python3 vaibhav vaibhav-mojidra vaibhavmojidra while-loop

Last synced: 12 Apr 2025

https://github.com/aneeshlalwani/number-programs-in-java

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

builtin-functions do-while-loop for-loop if-else-statements if-elseif-else java logic methods while-loop

Last synced: 15 May 2025

https://github.com/mehrajlatifli/kotlinlesson4

Example for Kotlin Lesson

array for-loop random sort when while-loop

Last synced: 04 Mar 2025

https://github.com/gsantos99/jogo-da-adivinhacao

O usuário tem que adivinhar um número aleatório entre 1 e 10.

css html javascript while-loop

Last synced: 06 Mar 2025

https://github.com/khaihtruong/remix-master

A remix master program that allow user to remix the songs in a playlist

boolean-algebra for-loop lists-python while-loop

Last synced: 11 Apr 2025