sum of two numbers c 2b 2b

Solutions on MaxInterview for sum of two numbers c 2b 2b by the best coders in the world

showing results for - "sum of two numbers c 2b 2b"
Elena
26 Sep 2016
1#include<iostream>
2using namespace std;
3int main()
4{
5	double number1,number2;
6  	double sum0;
7  	sum=number1+number2;
8  	cout<<sum;
9}