Semester 1: The First Step This repository documents my introduction to computer science and the C++ programming language. It contains the foundational logic and syntax exercises that started my academic journey.
I organized this archive to reflect my progression from basic syntax to logical control structures. Each file represents a hands-on implementation of core programming concepts.
| Module | Topic | Core Focus |
|---|---|---|
| Basics | Syntax & I/O | Variables, cout, cin, and basic arithmetic. |
| Logic | Conditionals | if, else, and switch statements. |
| Loops | Iteration | for, while, and do-while control flow. |
| Patterns | Logic Building | Nested loops and structural printing exercises. |
| Functions | Modularity | Reusable code blocks and basic scope logic. |
- Language: C++
- Environment: GCC/G++ Compiler
- Key Focus: Procedural Programming & Logical Problem Solving
Navigate to the repository folders to view the implementations. To run any file:
g++ filename.cpp -o output
./outputMaintained by Sehrish Javed