if-else-statements
There are 90 repositories under if-else-statements topic.
milaan9/03_Python_Flow_Control
Flow control is the order in which statements or blocks of code are executed at runtime based on a condition. Learn Conditional statements, Iterative statements, and Transfer statements
webwithaman/c-programming-questions
This repository contains a collection of programming questions and solutions in the C programming language. The questions cover various fundamental concepts such as Input/Output, Operators, Decision Control, Loops, Functions, Arrays, Strings, Pointers and more.
juletopi/Algoritmos_e_Logica_de_Programacao
Conteúdos de Algoritmos e Lógica de Programação utilizando CSharp .NET como ferramenta de aprendizado.
celalaksu/Python-Programlama-Kursu
Python Programlama Eğitimi ( Programming in Python )
ferrnd/javascript-fundamentals
A collection of simple JavaScript exercises demonstrating conditional structures, logical operators, and arithmetic expressions.
Hafiz-Sakib/PUC-ICS-Slides
Premier University,Chittagong.ICS Course(Mentor: Puja Chakraborty)
gkiplangat/alx-low_level_programming
Alx low level programming, C programming language
JMK-WRL/alx-low_level_programming
Alx low_level_programming - C programming language
madhurimarawat/Streamlit-Programs
This repository contains programs in the Python programming language using Module Streamlit.
rajatt95/Javascript_RS
Programming | Javascript | VSCode | Variables | If-Else | Loops - For, While, DoWhile | Mathematical Operations | Functions | String and its operations | Javascript Object | Class & Objects | Arrays - Push, Pop, Unshift, LocateValue, Slice, Filter, Map, Sort, Reverse |
rajatt95/Python_RS
Programming | Python | PyCharm | Data Types | Tuple | Dictionary | If-Else | Loops - For, While | Functions | OOPS Principles | Constructor | String - SubString, Concatenation, Split, Strip | Read & Write data into files | JSON Parsing | CSV package | Web Scrapping
ritskasar/JAVA_Tutorials
Programming practice by using java language covers all topics from Introduction , if-else statement , loops and so on.
Sharley2729/ShoppingCartProject
Interactive Shopping Cart Project created with Javascript. Some features used were: Arrays, Functions, Objects & Loops. If you would like to view my Project, please download the compressed zip named 'ShoppingCartProjectSharley.zip' and extract file to view. Then the Shopping Cart will open with the 'Index.html' File. Thank you!
yashvardhan-rustedlegend/FizzBuzz-common-Interview-cpp
Fizz Buzz is a very simple programming task, asked in software developer job interviews. A typical round of Fizz Buzz can be: Write a program that prints the numbers from 1 to 100 and for multiples of '3' print “Fizz” instead of the number and for the multiples of '5' print “Buzz”.
bcalagoz/codeforwin_c_exercises
This repository contains answers of Codeforwin C exercises.
BoyanArnaudov/Java-Basic
The "Programming Basics" course includes writing program code at an entry level (basic coding skills), working with a development environment (IDE), using variables and data, operators and expressions, working with the console, using conditional constructs (if, if-else) and loops (for, while, do-while, nested).
brandontjohnson0/Calculator
Simple calculator program written in C#. Allows for addition, subtraction, multiplication, and division.
Cecimedeiros/Python
Este repositório foi criado com o objetivo de compartilhar meu desenvolvimento na área de fundamentos da programação, com foco, no momento, em python. Portanto, aqui será encontrado a resolução de exercícios utilizando essa linguagem da programação!
cesjds/unit-3
Short and basic loops
GitHubYashaswini/String-Starifier
A simple yet powerful tool that transforms input strings to uppercase while adding a creative touch. Each character is elegantly presented with star patterns, providing a visually appealing twist to text manipulation. Ideal for quick and easy string modification.
Karllouise-code/login-system
INTERMEDIATE PROGRAMMING FINALS
khchuang12/Transmitting-Infection
Calculates risk of COVID-19 infection between two individuals based on amount of time spent together if one is infected.
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
marleyDip/React-Admin-Dashboard-Tailwind-CSS
A modern and responsive Admin Dashboard featuring a side menu, interactive charts, data tables, and stat cards for efficient data management.
marleyDip/React-JS-Basic-Projects
A beginner-friendly React JS project covering core concepts like components, props, state, hooks, and routing.
SevenLinesOfCode/Cplusplus-Course-Code-With-Harry
Notes from C++ Tutorials In Hindi
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.
somuchmoh/day7-100daysofcoding
Day 7 of #100DaysOfCoding - Hangman game
sru0309/python_practices
All my python related practice code
SyedWaleed212/C-PlusPlus-Programing
Lets learn C++ in an easy way☺
i-am-junayed/computer-programming-II
Learn Python essentials and build a Pygame game! This repository provides resources on loops, conditionals, lists, tuples, and dictionaries, plus exercises to solidify your understanding. Apply it all in a fun project.
AmanVerma8840/Java-Console-Calculator
Java Console Calculator is a simple, menu-driven calculator application built using Java console I/O. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division on two or more numbers.
ana-nobre/Python-Fundamentals
A collection of Python mini-games built in Jupyter Notebook. Includes a Geography Quiz and a Word Guessing Game to practice dictionaries, loops, conditionals, and user input.
Ersourabhkumar/python
Learning Python and Uploading code regularly as I practice and grow.