Computer Science, asked by Riyajangra, 1 year ago

c++ programming to print sum of two values

Answers

Answered by Anonymous
4
\red{HEY\:MISS!!}

HERE'S THE ANSWER..

________________________________

#include<iostream.h>

#include<conio.h>

void main ()

{
clrscr () ,

int a , b , c ;

cout<<"Enter 2 numbers ( a and b ) " ;

cin>> a >>b ;

c = a + b ;

cout<< "the sum is a and b is :- "<< c ;

getch ();

}

HOPE HELPED

\red{JAI\: HIND..}

:)

Riyajangra: thnx
Anonymous: :)
Similar questions