My issue
how to do this progeam
My code
#inlcude<iostream>
using namespace std;
intmain()
{
int a,b,c;
cout<<"enter first input value a"<<;
cin>>a;
cout<<"enter sec input value b"<<;
cin>>b;
c=a+b;
cout<<"enter c";
return 0;
}
Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone