#1 C++ Program to add two numbers

 

This Program adds two integer numbers and prints the output. In this Program, we have three variables a,b, and the sum initializes to 0. then the user inputs the two numbers 'a' and 'b' and sum them then print the required output.



Post a Comment

0 Comments