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.
It is a rank card of a student ,based on the style of the result card of 'Bihar School Examination Board,Patna'. Currently it has no database,but I will implement it eventually. Here I have taken some random marks & based on the marks I have calculated 'Total marks', 'Division', 'Pass or Fail' & also 'Optional subject' .
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…