There are 0 repository under if-statements topic.
Exercism - This project is about if statements and numbers.
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.
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.
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".
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.
Lincolle4net is a .NET library which exposes some methods as extension; which apply inline tests before perfoming some operations on generics and collections.
A bunch of Cpp codes has been dumped in this repo for the newbies who are starting there journey in learning Cpp
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.
Labs for Introduction to Computing I
IF STATEMENTS ; COMPARISON OPERATORS ; IF STATEMENTS NESTED
Karabuk Universitesi--We Want Education--Python
Simulate Taxi rides in the city.
All my python related practice code
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.
R2 - Decision Making statements in R
Part 1 out of 8
My assignments in my Tech4Girls- HACSA lessons
c-programming
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.
This will let the user input a series of integers and the program will display the highest and lowest values.
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).
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.
Produced additional data for election audit using Python and VS Code.
Let's see the list of Simple C programs.
Projects completed during 42 Kuala Lumpur's piscine (Aug '22 - Sep '22)
(17/02/24)Fundamentals of Python Programming with PyCharm Tutorial by Mike Dane on YouTube (freecodecamp)
This repository displays the work I have done on Microsoft Excel.
Java game application where the player gets 5 chances to guess a randomly generated number between 1 and 100
An assignment introducing basic uses of common C functionality (up to structs)
VBA script to analyze stock market data to derive meaningful insights
This exercise used factory functions to create vehicle objects, and an event to display which vehicles need repairing when a button is clicked.