5. Short Cut key to debug a C++ Program is: All
Q.2. Complete the Program in C++ to display the sum of two numbers.
#
<iostream.h>
void
0
{
clrscr();
int a,b,c
a=5;
b=4;
c=a+b;
cout<<"The sum is "<<_;
Answers
Answered by
0
Answer:
45g7r
Explanation:
thanks for free points
Similar questions