if-statements
There are 54 repositories under if-statements topic.
omitobi/conditional
PHP if-else re-imagined
ShonHarsh/CSharp-Exercism-S06E01-IfStatements-CarsAssemble
Exercism - This project is about if statements and numbers.
AbdulMoiz-Ali/If-statements-Comparison-operators-if-statements-nested-Javascript
This repository contains examples and explanations of using if statements, comparison operators, and nested if statements in JavaScript. The project is part of an assignment during my learning journey and aims to provide clear and practical demonstrations of these fundamental programming concepts.
B3TA-BLOCKER/Python-Basics
A Python-based project developed as part of a TryHackMe challenge, featuring a simple Bitcoin investment calculator. Ideal for beginners to get hands-on with Python programming and basic cryptocurrency concepts.
Coding-Fella/Python-lesson.6
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about if statements and this also includes the usage of "if statement", "elif statement" and "else statement".
devkimson/Uniton
Make HTML usable as templates
HilalOzdemirBuyukasik/PythonPracticeProjects-BasicAlgorithms-APIIntegration
This project includes a variety of beginner-friendly Python exercises that cover essential programming concepts such as user input handling, basic algorithms, password validation, API requests, and character-based games, providing hands-on experience for learning Python fundamentals.
Jhakiz/Lincolle4net
Lincolle4net is a .NET library which exposes some methods as extension; which apply inline tests before perfoming some operations on generics and collections.
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
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.
michpara/ITI1120-Introduction-to-Computing-I
Labs for Introduction to Computing I
moizali125/If-statements-Comparison-operators-if-statements-nested
IF STATEMENTS ; COMPARISON OPERATORS ; IF STATEMENTS NESTED
omerkocadayi/WeWantEd--Pythona-Giris
Karabuk Universitesi--We Want Education--Python
panaitescu-paul/Taxi-Driver-Game-Java-2017
Simulate Taxi rides in the city.
sru0309/python_practices
All my python related practice code
TebogoYungMercykay/Procedural_Programming_in_CPP
C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. C++ gives programmers a high level of control over system resources and memory. The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.
vaitybharati/R2
R2 - Decision Making statements in R
AndrewL14/Coding-examples
Part 1 out of 8
Beatrice-Appiah/Tech4Girls_Backend
My assignments in my Tech4Girls- HACSA lessons
Egbuta-Godslove/C-programming-Exercises
c-programming
imDarshanGK/Conditional-statements
The Conditional Statements repository focuses on demonstrating Python's core decision-making structures such as if, elif, and else. It is a learning resource for beginners, showcasing how to apply conditional logic to control the flow of code.
ItsJeanCoding/loops-and-arrays
This will let the user input a series of integers and the program will display the highest and lowest values.
JuanSamuelArbelaez/calcularVO2
Programa que calcula el volumen de oxigeno, basado en los datos de la prueba de la milla. Solución al ejercicio propuesto en el espacio académico Programación 1 (2021-2).
L-Burns/Income-Tax-Calculator-and-GUI
The initial caculator is based on the 2020 tax bracket for someone filing as "single", whereas the GUI is based on the 2021 tax bracket for each filing status. This calculator is built on an "if" statement.
lingumd/Election_Analysis
Produced additional data for election audit using Python and VS Code.
manasiupare/Project-01
Let's see the list of Simple C programs.
redbeanpao/piscine
Projects completed during 42 Kuala Lumpur's piscine (Aug '22 - Sep '22)
rutendofortunate/Fundamental-Python-Basics
(17/02/24)Fundamentals of Python Programming with PyCharm Tutorial by Mike Dane on YouTube (freecodecamp)
timothyndungu/Excel
This repository displays the work I have done on Microsoft Excel.
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
allegheny-college-cmpsc-200-fall-2023/c-of-tranquility-assignment
An assignment introducing basic uses of common C functionality (up to structs)
jackatopolis/VBA-challenge
VBA script to analyze stock market data to derive meaningful insights
kelivreno/BeginnerProjects_PY
Beginner projects in python
marisabrantley/weekend-repair-project
This exercise used factory functions to create vehicle objects, and an event to display which vehicles need repairing when a button is clicked.