You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This Github repository is a collection of C coding examples and projects with brief explanation comments. It is designed to help C programmers of all levels learn and practice their skills on a variety of topics.
This repository is dedicated to Python practice, featuring a collection of scripts covering fundamental Python concepts. From basic syntax to control structures and data types, these scripts are designed to help users improve their Python skills.
Rock, Paper, Scissors is a two-player game where each round both players simultaneously choose a move. If both the moves are the same, the players tie otherwise the player with the trumping move wins the round.
A simple and basic 2-player dice game created in mid-November 2020 as part of the first "Boss Level Challenge" from the Web Development Bootcamp. Used my knowledge of the Document Object Model (DOM) with basic JavaScript concepts in order to select and manipulate elements of my website. Opening the page and every subsequent refresh will roll a r…