Solution to Input two integers (one per line) and make sure to store them in variables. Add … - Sikademy
Author Image

Archangel Macsika

Input two integers (one per line) and make sure to store them in variables. Add the two integers and print out their sum!

The Answer to the Question
is below this banner.

Can't find a solution anywhere?

NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?

Get the Answers Now!

You will get a detailed answer to your question or assignment in the shortest time possible.

Here's the Solution to this Question


#include <iostream> using namespace std; int main() { double number1; double number2; cin>>number1>>number2; int sum=number1+number2; cout<<sum<<"\n\n"; system("pause"); return 0; }


Related Answers

Was this answer helpful?

Join our Community to stay in the know

Get updates for similar and other helpful Answers

Question ID: mtid-3-stid-44-sqid-1113-qpid-109