Day 1: Introduction to C++ & Fundamental Programming Concepts

Objective: Introduce C++ basics and set up the development environment.

  1. Introduction to Programming and C++
  2. Setting Up the Environment
  1. Basic Structure of a C++ Program
  1. Variables and Data Types

Day 2: Control Flow and Loops

Objective: Teach students to control the flow of a program using decision-making and loops.

  1. If-Else Statements
  2. Loops in C++
  3. Basic Arithmetic Operations

Day 3: Arrays and Functions

Objective: Introduce arrays and functions to demonstrate modular programming.

  1. Introduction to Arrays