Monday, 4 August 2014




1)Write a C++ Program for the Input Two Numbers to find the sum of two numbers?

#include<iostream.h>
#include<conio.h>
int main()
{
clrscr();
float x,y,result;
cout<<"Enter two numbers";
cin>>x>>y;
result=x+y;
cout<<"In the result is"<<result;
return o;
}


04 Aug 2014

0 Click here to comment:

Post a Comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.