3.C++ Program to Add Two Numbers

C++ Program to Add Two Numbers

In this program, user is asked to enter two integers. Then, the sum of those two integers is stored in a variable and displayed on the screen. Primary tabs

Comments

Post a Comment

Popular posts from this blog

7.C++ Program to Check Whether Number is Even or Odd

4.C++ Program to Find Quotient and Remainder

8.C++ Program to Check Whether a character is Vowel or Consonant.