English, asked by kimokimo302010, 5 hours ago

write a c++ program which calculate sum of two numbers

Answers

Answered by manojyadav77148
1

Answer:

In the above program the sum of two numbers i.e. 15 and 10 is stored in variable sum. sum = num1 + num2; After that it is displayed on screen using the cout object.

Similar questions