This is a repo of collected and created labs that cater towards beginner CS students. Topics include variable declaration/manipulation, control flow, conditional statements, operators, loops, arrays, and basic OOP.
- Lab 1 - Hello World
- Lab 2 - Car Loan Calculator
- Lab 3 - Basic Calculator
- Lab 4 - Nuts and Bolts
- Lab 5 - Bottles On The Wall
- Lab 6 - Guessing Game
- Lab 7 - Pet Store UI
- Print Statements
- Variable declaration
- operators and expressions
- compound operators
- if statements
- if...else statements
- variable manipulation
- control flow
- while loops
- increment/decrement
- state management
- random number generation
- accumulation
- comparing numerical values
- Creating "if statements" properly
- Using relational operators
- Using logical operators
- Comparing String data and variables
- Using Boolean variables properly
Thanks to the staff and students of Frisco ISD for allowing me to use and create learning material. ALl of this would not be possible without the collarboation and mentorship of my peers. Labs included in this repo are collaborations as well as original content.