This repository contains a collection of simple C++ programs created for learning purposes.
- Even/Odd Checker (
25-09-2025/main.cpp): A basic console application that prompts the user for a number and checks if it is even or odd. - Constructor Example: A simple program that demonstrates how default and parameterized constructors work in a C++ class.