Here's a comprehensive program that demonstrates all basic arithmetic operations - perfect for your GitHub repository and learning:
/**
* @file arithmetic_operations.cpp
* @hafiz Muhammad bila auther
* @brief Complete C++ Arithmetic Operations Program
* @version 1.0
* @date 2024
*
* Demonstrates all basic arithmetic operations: +, -, *, /, %
* Perfect for beginners learning C++ programming