Write a C++ program to add two numbers without using the addition operator

By: Prof. Dr. Fazal Rehman | Last updated: February 3, 2024

Write a C++ program to add two numbers without using the addition operator.

Input/Output:

Please Enter the First number:

4

Please Enter the second number:

5

Thu sum of two numbers is: 9

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials