conditonals
There are 4 repositories under conditonals topic.
AshaAbdulkadir/JavaLabs
Includes laps for weeks 1-6
Pauline-Oraro/30daysofJS
This is 30 Days of learning Javascript challenge.
ShiekhAmmaar/SudokuGame
This is a user interactive python project which generates a Graphical User Interface using the Pygame library for a Sudoku game. This project uses the concepts of Algorithmic Problem-Solving, Event Handling, Object-Oriented Programming, Recursion, 2D List Manipulation, Keyboard Input Handling and Conditional Statements.
Christopher-Deo/leap-year-check
Python script to determine if a user supplied year is a leap year. Logic accepts a numerical input and uses mathematical calculations and nested conditionals to determine if the year is a leap year.